TEMPORARY TABLES
Description
In Sybase IQ GLOBAL | LOCAL TEMPORARY
is used to create temporary tables that exist only for the session. These tables are session-specific and automatically deleted when the session ends. They help store intermediate results or work data without affecting the permanent database schema. It also can be created only by adding an #
at the beginning of the name.
This syntax is partially supported in Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Sybase_01.sql
Output Code:
OUT -> Sybase_01.sql
Related EWIs
SSC-FDM-0009: GLOBAL TEMPORARY TABLE functionality not supported.
Last updated