Page 1 of 1

create table documentation

Posted: Fri Nov 30, 2001 10:39 am
by basement_addict
I can't seem to find documentation on the new create table statement (FAST? NOT NULL? looks new)

CREATE [FAST] TABLE table-name
(column-name data-type [NOT NULL]
[, column-name data-type [NOT-NULL] ]...)

create table documentation

Posted: Fri Nov 30, 2001 11:01 am
by mark
FAST harks back to a bygone era. All tables are now of type "FAST". It need not be specified. "NOT NULL" is a standard feature of SQL which Texis currently ignores. These have been removed from the docs, but apparently not the builtin help.