September 2004
Intermediate to advanced
448 pages
8h 49m
English
Terms You Need to Understand
✓ Single row function
✓ String function
✓ Datetime function
✓ Conversion function
Concepts You Need to Master
✓ Single row functions
✓ Differences between string, number, datetime, and conversion functions
✓ Where functions can be used
✓ Nesting functions in other functions
✓ Number conversion function formatting
✓ Date conversion function formatting
This chapter describes single row functions. Single row functions operate within or as expressions on each row of a SQL statement. By definition, a function is a piece of compiled or interpreted code used to do some processing and return a value. Because a function returns a value, it can be embedded into an expression.
A function ...