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

Chapter 9 Views: Limiting Access to
Data [Table of Contents] Chapter 11 Creating Indexes on Tables

Transact-SQL User's Guide

[-] Chapter 10 Using the Built-In Functions in Queries

Chapter 10

Using the Built-In Functions in Queries

Built-in functions are a Transact-SQL extension to SQL that return information from the database.

For reference material on the built-in functions, see the Reference Manual.

[-] System functions that return database information
[+] Examples of using system functions
[-] String functions used for character strings or expressions
[+] Examples of using string functions
[+] Concatenation
Nested string functions
[-] Text functions used for text and image data
Readtext
Examples of using text functions
Aggregate functions
[-] Mathematical functions
Examples of using mathematical functions
[-] Date functions
Get current date: getdate
Find date parts as numbers or names
Calculate intervals or increment dates
Add date interval: dateadd
[-] Datatype conversion functions
Supported conversions
Using the general purpose conversion function: convert
[+] Conversion rules
[+] Converting binary-like data
[+] Conversion errors
Security functions


Getting information about
views [Table of Contents] System functions that return database information