I am trying to insert into a sybase table. One of the fields called log_id is defined as an int and it is my primary key. This table is used for logging user transactions and I need this log_id column to be increased by one each time an insert is performed. What is the synatx.
I know in Informix when inserting on a serial column, with a value of zero, this will give you the next value for a primary key.
Help
SK
I know in Informix when inserting on a serial column, with a value of zero, this will give you the next value for a primary key.
Help
SK