Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Chained transactions
and isolation levels [Table of Contents] SQL standard-style comments

Transact-SQL User's Guide

[-] Chapter 1 SQL Building Blocks
[-] Compliance to ANSI standards
[-] Identifiers

Identifiers

To be compliant with entry-level SQL92, identifiers cannot:

Delimited identifiers

Adaptive Server supports delimited identifiers for table, view, and column names. Delimited identifiers are object names enclosed within double quotation marks. Using them allows you to avoid certain restrictions on object names.

Use the set quoted_identifier option to recognize delimited identifiers. When this option is on, all characters enclosed in double quotes are treated as identifiers. Because this behavior is incompatible with many existing applications, the default setting for this option is off.


Chained transactions
and isolation levels [Table of Contents] SQL standard-style comments