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

Arithmetic errors [Table of Contents] Treatment of nulls

Transact-SQL User's Guide

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

Synonymous keywords

Several keywords added for SQL standard compatibility are synonymous with existing Transact-SQL keywords.

ANSI-compatible keyword synonyms

Current syntax

Additional syntax

commit tran, commit transaction rollback tran, rollback transaction

commit work rollback work

any

some

grant all

grant all privileges

revoke all

revoke all privileges

max (expression)

max ([all | distinct]) expression

min (expression)

min ([all | distinct]) expression

user_name() built-in function

user keyword


Arithmetic errors [Table of Contents] Treatment of nulls