Returns either Watcom-SQL or Transact-SQL, to indicate the SQL dialect of a statement.
SQLDIALECT( sql-statement-string )
sql-statement-string The SQL statement that the function uses to determine its dialect.
LONG VARCHAR
SQL/2003 Vendor extension.
The following statement returns the string Transact-SQL.
SELECT SQLDIALECT( 'SELECT EmployeeName = Surname FROM Employees' ) FROM dummy; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |