GeekArticles
Database
SybaseSybase Transact SQL Workshop
Author: rocket99.com |
Published: 19th Aug 2005 |
Visited: 1501 times |
Add CommentFiled in: SybaseThis tutorial cover the following topics in Sybase.
Sybase data types
Listing object names and attributes
Creating a table
Creating a proxy table
Altering a table
Creating an index
Clustered vs non-clustered indexes
Creating a constraint
Table partitioning
Tables which span multiple segments
Creating a stored procedure
Object permissions
Transact SQL Primer
Transact SQL: Numeric functions
Transact SQL: String functions
Transact SQL: Date functions
Transact SQL: Date formats
Transact SQL: Misc functions
Transact SQL: Conditionals
Transact SQL: Loop constructs
Transact SQL: Cursors
Transact SQL: Complex updates
Transact SQL: Counting duplicate rows
Transact SQL: Using temporary tables
Transact SQL: Inner and Outer Joins
Transact SQL: Isolation
Transact SQL: Writing Reports
Transact SQL: Case Statement
Read Article Sponsored Links
Related Articles
• Unable to use boolean fields with Sybase ASA 9 QC#: 46160 Version: 11.0 Status: New defect, requires tester review Description: It is possible to add a boolean field, but it only accepts the value "false".
This was not a problem in DBX3, where "true" was converted to 1. In DBX4 it seems to be con ...