![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
CREATE TABLE is wrongly described. During the primary
key's creation appears in the document:
CREATE TABLE Test (
Nr Integer,
Alter Integer)
PRIMARY KEY Nr
CREATE TABLE Test (
Nr Integer,
Alter Integer)
PRIMARY KEY (Nr)
or in the description should be:
CREATE TABLE <table name> ( <column's name> data type [,
<column's name>
data type ... ] )
[ PRIMARY [UNIQUE] KEY (<column's name> [, <column's
name>
... ])
between is declared as follows:
between value1 - value 2
between value1 and value2
![]()
Keywords: LNX, CREATE TABLE
![]()
Feedback welcome: Send Mail to kfr@suse.de (Please give the following subject: SDB-lnx7)
![]()
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch