I want to create a table with two colums:

One ist the primary key (test_num)
and the second column sholud contain the value of the primary key (maybe as
a string) by default.
How can I define this table in sql ?

CREATE TABLE test_table ("test_num integer primary key AUTOINCREMENT NOT
NULL, test_name varchar(256) DEFAULT ??? NOT NULL,")

Any ideas ?
Thanks in advance,
Frank


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to