column_expression can be simply a field name (for example, LAST_NAME). More complex expressions may include mathematical operations or string manipulation (for example, SALARY * 1.05). See SQL Expressions for details.column_alias can be used to give the column a descriptive name. For example, to assign the alias DEPARTMENT to the column DEP:
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |