Chapter Contents |
Previous |
Next |
The SQL Procedure |
See also: | column-modifier and SELECT Clause |
column |
table-name.column |
table-alias.column |
view-name.column |
view-alias.column |
Qualifying Column Names |
SALARY /* name of the column */ EMP.SALARY /* EMP is the table or view name */ E.SALARY /* E is an alias for the table or view that contains the SALARY column */
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.