Listing Columns to Retrieve with SELECT

From InterBase
Jump to: navigation, search

Go Up to Understanding Data Retrieval with SELECT


A list of columns to retrieve must always follow the SELECT keyword in a SELECT statement. The SELECT keyword and its column list is called a SELECT clause.

Topics