Contents Index SPACE function [String] SQRT function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

SQLDIALECT function [Miscellaneous]


Function 

Returns either 'Watcom-SQL' or 'Transact-SQL', indicating the SQL dialect of a statement.

Syntax 

SQLDIALECT ( sql-statement-string )

Standards and compatibility 
See also 

TRANSACTSQL function [Miscellaneous]

WATCOMSQL function [Miscellaneous]

Example 

The following statement returns the string Transact-SQL.

SELECT
   SQLDIALECT( 'SELECT employeeName = emp_lname FROM employee' )
FROM dummy

Contents Index SPACE function [String] SQRT function [Numeric]