Contents Index TRACEBACK function [Miscellaneous] TRIM function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

TRANSACTSQL function [Miscellaneous]


Function 

Takes a Watcom-SQL statement and rewrites it in the Transact-SQL dialect.

Syntax 

TRANSACTSQL( sql-statement-string )

Standards and compatibility 
See also 

SQLDIALECT function [Miscellaneous]

WATCOMSQL function [Miscellaneous]

Example 

The following statement returns the string 'select EmployeeName = empl_name from employee'.

SELECT TRANSACTSQL( 'SELECT empl_name as EmployeeName FROM employee' ) FROM dummy

Contents Index TRACEBACK function [Miscellaneous] TRIM function [String]