-
Recent Posts
Recent Comments
- sridhar on Sybase Docs
- sybaserays on Computed columns
- sybaserays on Sybase Docs
- dareys@isug.com on Computed columns
- sridhar on Sybase Docs
Archives
Categories
Visitors to this site
Meta
Monthly Archives: July 2013
Identity column
An IDENTITY column contains a value for each row, generated automatically by Adaptive Server, that uniquely identifies the row within the table. Each table can have only one IDENTITY column. You can define an IDENTITY column when you create a … Continue reading
Posted in Identity column, RDBMS concepts, Sybase ASE
Tagged Identity, Identity column, Sybase ASE
Leave a comment
Temporary Tables
In this section we will discuss about Temporary tables in Sybase ASE. I found temporary tables are very useful, many times in my work experience. From name itself you can guess that Temporary table is temporary but not permanent in … Continue reading