Collection Contents Previous Next PDF

Introducing SQL Anywhere Studio

Using Interactive SQL

Lesson 4: Working with SQL statements


The following sections describe some of the commands you can use in Interactive SQL. This section describes general tasks for working with commands in Interactive SQL.

All SQL statements can be entered as commands in the top pane of the Interactive SQL window. When you are finished typing, you need to execute the statement to view its results.

You can enter any SQL statement against the database from within Interactive SQL. For a complete list of SQL statements, see SQL Statements.

To execute a SQL statement

To clear the SQL Statements pane


Canceling an Interactive SQL command
Executing multiple statements
Looking up tables, columns, and procedures
Printing SQL statements
Recalling commands
Logging commands

Collection Contents Previous Next PDF