How would you configure identities in sybase?
Answer / 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 |
explain engines?
What are the advantages that you can get from mainframe connect in sybase?
How to save space when inserting rows monotonically?
What is the stored procedure to view current lock and processes respectively?
How do I configure identities in sybase?
How to change varchar(m) to varchar(n) in sybase?
When are stored procedures compiled in sybase?
How can you change to get the decimal separator as comma instead of the decimal point (.)?
How do I add a sybase driver to sql developer?
Is data insertion is fast in SYBASE IQ if we have more indexes on a table?
How do you use workspace in sybase?
How to check database size in sybase iq?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)