If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Add Column to a Temporary Table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-19-07, 18:53
forXLDB forXLDB is offline
Registered User
 
Join Date: Dec 2003
Posts: 61
Add Column to a Temporary Table

I have the following in a Stored Procedure

------------------------------------------------------------------------
DECLARE GLOBAL TEMPORARY TABLE SESSION.TEMP_TABLE LIKE DB2RNT.EXISTING_TABLE WITH REPLACE;
ALTER TABLE SESSION.TEMP_TABLE ADD COLUMN COLUMN1 CHARACTER(7)
------------------------------------------------------------------------

It's generating a compile error
"[IBM][CLI Driver][DB2/6000] SQL0104N An unexpected token "ALTER TABLE SESSION..........................."

Can anyone help me fix this problem

TIA
- XLDb
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On