hi,
i am newby and has problem with auto_increment in sybase.
create table mytbl(id int NOT NULL auto_increment, kind int NOT NULL )
return error: Incorrect syntax near 'auto_increment"
I never saw the example of using this in sybase, so I might have put the order wrong or ....?
thx,