Quantcast
Channel: DA-SOFT Technologies - Forum
Viewing all articles
Browse latest Browse all 1040

Subject: problem with temporary table with Interbase - by: r038tmp5

$
0
0
Under code to create temporary table (variant 1) [code] CREATE GLOBAL TEMPORARY TABLE temp_table ( ID INTEGER NOT NULL, CODE ST_64 DEFAULT '' NOT NULL, ... ) ON COMMIT DELETE ROWS;[/code]

Viewing all articles
Browse latest Browse all 1040

Trending Articles