On 28.02.2007, at 10:09, Chuck Hill wrote:
set unique = (select max (id)+1 from your_table) for your_table;
There is a much easier syntax for that
set unique for table_name(pk_name);
Ah, interesting. Didn't know that. Stored.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]