When you are done specifying the criteria for the SELECT statement, you can perform one of the following functions:
Click the
Test
button to test the SELECT statement. This will run the statement against the database and will either return any errors (if the syntax is invalid) OR it will show the results of the SELECT statement (displaying the first few selected rows). This feature will help you verify that the SELECT statement is generating the results that you expected.
If the SQL Wizard was launched from a Project, then click the
Done
button to embed the generated SELECT statement into the Project's SQL Task.