To select columns in an SQL SELECT command using the SQL Wizard:
- Run the SQL Wizard and on the Select Operation dialog box, click SQL Select.
- Proceed in the SQL Wizard until you reach the Select Columns dialog box.
- In the Select Columns dialog box's Available Columns list, select a column and click Add. Repeat this action for each column required in the SQL Statement or, to add all the columns, choose * (All Columns) or click All >>.
- To re-order the sequence of selected columns, select a column in the Selected Columns list and click the Up or Down arrow to move the column up or down in the list.
- Click Next to continue creating the query.
- Or -
Click Back to return to the previous screen in the SQL Wizard.
- Or -
Click Finish if the query is done.
NOTE: To remove a column from the statement, select it from the Selected Columns list and click Remove All to remove all the columns in the statement.
See Also