Contents Index Selecting rows from a table Pattern matching in search conditions

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

Comparing dates in search conditions


You can use operators other than equals to select a set of rows that satisfy the search condition. The inequality operators (< and >) can be used to compare numbers, dates, and even character strings.

List all employees born before March 13, 1964

Notes 

Contents Index Selecting rows from a table Pattern matching in search conditions