Scalar Functions
You can use scalar functions in SQL statements with the following syntax:
{fnscalar-function
}where scalar-function is a scalar function supported by the Microsoft SQL Server driver, as listed in Table D-1.
Example:
SELECT {fn UCASE(NAME)} FROM EMP
![]() |
Previous Page |
![]() |
Next Page |
![]() |
Synchronize with Contents |