G
Guest
Hi all,
What is the proper SQL to create a primary key within a query? I thought it
was the following.
CREATE UNIQUE INDEX Primary Key ON [Invoices]!(invoice_num) WITH PRIMARY
DISALLOW NULL
In the above case, [Invoices] is the table name and (invoice_num) is the
field that I am making primary.
Any help is appreciated.
Thanks
Rob Meiner
What is the proper SQL to create a primary key within a query? I thought it
was the following.
CREATE UNIQUE INDEX Primary Key ON [Invoices]!(invoice_num) WITH PRIMARY
DISALLOW NULL
In the above case, [Invoices] is the table name and (invoice_num) is the
field that I am making primary.
Any help is appreciated.
Thanks
Rob Meiner