Technical information on Sybase SQL Anywhere (Sybase Adaptive Server Anywhere or Sybase ASA).
Built-in data types by category and mapping to other databases…
| DATETIME | Date and time - year, month, day, hour, minute, second and fraction of a second |
Built-in functions by category...
| DATEFORMAT | Convert datetime to string using specified format |
| STRING | Concatenate strings |
SQL queries in Sybase SQL Anywhere
SQL statements by category and conversion to other databases…
| 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) |