Home | Previous Page | Next Page   Using Functions in SELECT Statements >

Using Functions in SELECT Statements

You can use any basic type of expression (column, constant, function, aggregate function, and procedure), or combination thereof, in the select list.

A function expression uses a function that is evaluated for each row in the query. All function expressions require arguments. This set of expressions contains the time function and the length function when they are used with a column name as an argument.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]