File: 02_basics.sql

package info (click to toggle)
liborlite-perl 1.98-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 516 kB
  • ctags: 280
  • sloc: perl: 3,688; sql: 97; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (6)
1
2
3
4
create table table_one (
	col1 integer not null primary key,
	col2 string
)