Takes a Watcom-SQL statement and rewrites it in the Transact-SQL dialect.
TRANSACTSQL( sql-statement-string )
sql-statement-string The SQL statement that the function uses to determine its dialect.
SQL/2003 Vendor extension.
The following statement returns the string 'SELECT EmployeeName=empl_name FROM Employees'
.
SELECT TRANSACTSQL( 'SELECT empl_name as EmployeeName FROM Employees' ) FROM dummy; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |