Quoted_identifier failure

An error occurs if a column name is quoted within a SQL statement, such as:

create table dwmdbas.user.mytab (“order” int)

In sybase mode, this behavior prevents the use of Transact-SQL® reserved keywords as column names.