Contents Index Selecting columns from a table Ordering query results

ASA Getting Started
  Selecting Data from Database Tables
    Selecting columns from a table

Using calculated columns


The columns of the result set do not need to be just columns in tables. They can also be expressions calculated from the underlying data. You can combine table columns into a single result-set column, and you can use a wide variety of functions and operators to control the results you get.

List the value in stock of each product

Notes 

Contents Index Selecting columns from a table Ordering query results