Interactive SQL allows you to execute SQL statements, build scripts, and display database data to the server. You can use it to:
Browse the information in a database.
Test SQL statements that you plan to include in an application.
Save query results to a file.
Edit data in result sets.
Load data into a database and carry out administrative tasks.
In addition, Interactive SQL can run command files or script files. For example, you can build repeatable scripts to run against a database and then use Interactive SQL to execute these scripts as batches.
Copyright © 2005. Sybase Inc. All rights reserved. |