adspace


How would you configure identities in sybase?

Answer Posted / Rjeev Saxena

In Sybase, you can configure identities using the IDENTITY property on a column. To create an identity column, use the following command when creating a table:nCREATE TABLE <table_name> (... , <identity_column> INT IDENTITY (<start_value> [, <increment_value>]) ...)nTo set the starting value and increment for an existing identity column, use ALTER COLUMN...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category