You can create temporary tables either with SQL statements or with Sybase Central.
Connect to the database as a user with DBA authority, or as the owner of the table.
Right-click Tables and choose New » Global Temporary Table.
Follow the instructions in the Create Global Temporary Table Wizard.
In the right pane, click the Columns tab and configure the table.
Choose File » Save.
Connect to the database as a user with DBA authority.
Execute a CREATE TABLE statement or DECLARE LOCAL TEMPORARY TABLE statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |