2.6. TRANSACT-SQL FUNCTIONS

Microsoft SQL Server 2000 has a large number of built-in functions available for SQL programming, database administration and other purposes. The major categories are listed in Table 2-51.

The following sections contain detailed explanations for each of the categories from Table 2-51, categorizing the functions and describing their general purpose. Some of the commonly used functions are covered in greater detail, with examples. All functions can be found in Books Online.

Table 2-51. Built-in Functions
Function CategoryDescription
Aggregate FunctionsPerform a calculation on a set of values and return a single summarizing value, e.g., COUNT(), SUM(), AVG()
Cursor FunctionsReturns information about cursors.
Configuration ...

Get Transact-SQL Desk Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.