2 Day Developer > Using SQL > Using Pseudocolumns, Sequen...
Using Pseudocolumns, Sequences, and SQL Functions |
Previous |
Next |
With SQL built-in functions, you can manipulate character, numeric, and date data in SQL statements to change how the data is displayed or to convert the data for insertion in a column of a table. You can also perform operations on a collection of data with aggregate functions.
Pseudocolumns are built-in values that provide specific information with a query and are similar to functions without arguments. However, functions without arguments typically return the same value for every row in the result set, whereas pseudocolumns typically return a different value for each row.
This section contains the following topics: