Progress
SQL-89
Guide and Reference


SQL Statements

Each Progress/SQL statement must end with a period. You can include comments within the /* */ symbols; Progress/SQL ignores these statements. Any multiple spaces, tabs, and newline characters are treated as a single space.

When entering lists of items, such as a series of column names, separate the items with commas.

SELECT Name, Address, City, State FROM Customer. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095