Chapter Contents |
Previous |
Next |
The SQL Procedure |
Featured in: | Joining Two Tables |
sql-expression <NOT> IN (constant <,constant>...) |
sql-expression <NOT> IN (query-expresssion) |
constant is a number or a quoted character string (or other special notation) that indicates a fixed value. Constants are also called literals.
query-expression is described in query-expression .
sql-expression is described in sql-expression .
Details |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.