This example
shows that although the steps for creating a WHERE expression are
the same regardless of access mode, the generated SQL code is specific
to the DBMS. If you have the
SAS/ACCESS interface to ORACLE installed,
then you can follow this example using any ORACLE table.
Select an ORACLE table
from the Available Tables list and move it to the Selected Tables
list. For this example,
ORDERS is used. Select
OK to display the
SQL QUERY COLUMNS window.
Select one or more columns
from the Available Columns list and add them to the Selected Columns
list. This example uses
FABRICCHARGES,
SHIPTO,
DATEORDERED,
TAKENBY, and
PROCESSEDBY.
Select
ViewWhere Conditions for Subset to display the
WHERE EXPRESSION window.
Create a WHERE expression.
For this example, the expression
SHIPPED Is Not Missing
is created. Note that the
Is Not Missing operator is selected from the OTHER Operators list.
Select
OK to close the
WHERE EXPRESSION window.