Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Usage » Query and modify data » Queries » The SELECT list: Specifying columns

 

Computed values in the SELECT list

The expressions in the SELECT list can be more complicated than just column names or strings. For example, you can perform computations with data from numeric columns in a SELECT list.

 Arithmetic operations
 String operations
 Date and time operations
 Additional notes on calculated columns
 See also