The reference and articles provide detailed technical information on SQL statements in Sybase SQL Anywhere and their equivalents in other databases.
Last Update: Sybase SQL Anywhere 12.0
Sybase SQL Anywhere statements conversion to other databases:
SQL statements in alphabetical order:
1 | COMMENT ON COLUMN | Add a comment for a table column |
2 | COMMENT ON TABLE | Add a comment for a table |
3 | CREATE DOMAIN | Create a user-defined data type (UDT) |
Data definition SQL statements:
1 | COMMENT ON COLUMN | Add a comment for a table column |
2 | COMMENT ON TABLE | Add a comment for a table |
3 | CREATE DOMAIN | Create a user-defined data type (UDT) |