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

Chapter 1: Transact-SQL Commands [Table of Contents] Chapter 3: System Procedures

Reference Manual All Volumes (Online Only)

[-] Chapter 2: Transact-SQL Functions

Chapter 2

Transact-SQL Functions

This chapter describesthe Transact-SQL functions. Functions are used to return information from the database. They are allowed in the select list, in the where clause, and anywhere else an expression is allowed. They are often used as part of a stored procedure or program.

Types of Functions
[+] Aggregate Functions
[+] Datatype Conversion Functions
[+] Date Functions
Mathematical Functions
Security Functions
[+] String Functions
System Functions
Text and Image Functions
[+] Manual Pages for Transact-SQL Functions


writetext [Table of Contents] Types of Functions