We don't currently support the SQL syntax for adding
a PK to a table. However, if you have the columns
as NOT NULL already, adding a unique index to the
columns in question has the same general effect.
Stephan Szabo
sszabo@bigpanda.com
On Tue, 29 Aug 2000, Webb Sprague wrote:
> Apropos of my last question:
>
> Is there syntax to create a primary key after the
> table has been defined and populated? I think I could
> speed things up quite a bit by not having any indexes
> at all when I do my mass copies.