Hi,
I try to create a volatile or temp table, but I need pass parameter to the create table statement. I want to know if Teradata allow to do the following statement in the Store Procedure:
Create volatile table test, NO LOG
(col1 varchar(10)
:str1
:str2
,col2 decimal(10,2)
) primary index (col1)
on commit preserve rows;
I try this statement, but can not compile.
Thanks very much for your help in advance.
Jing
I try to create a volatile or temp table, but I need pass parameter to the create table statement. I want to know if Teradata allow to do the following statement in the Store Procedure:
Create volatile table test, NO LOG
(col1 varchar(10)
:str1
:str2
,col2 decimal(10,2)
) primary index (col1)
on commit preserve rows;
I try this statement, but can not compile.
Thanks very much for your help in advance.
Jing