You can create temporary tables either with SQL statements or with Sybase Central.
To create a table (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.
To create a table (SQL)
Connect to the database as a user with DBA authority.
Execute a CREATE TABLE statement or DECLARE LOCAL TEMPORARY TABLE statement.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |