Table 1 lists the conventions for syntax statements in this manual:
Syntax statements (displaying the syntax and all options for a command) are printed like this:
sp_dropdevice [device_name]
or, for a command with more options:
select column_name from table_name where search_conditions
In syntax statements, keywords (commands) are in normal font and identifiers are in lowercase: normal font for keywords, italics for user-supplied words.
Examples showing the use of Transact-SQL commands are printed like this:
select * from publishers
Examples of output from the computer are printed like this:
pub_id pub_name city state ------- ------------------- ----------- ----- 0736 New Age Books Boston MA 0877 Binnet & Hardley Washington DC 1389 Algodata Infosystems Berkeley CA (3 rows affected)
Copyright © 2005. Sybase Inc. All rights reserved. |