Archives of the TeradataForum
Message Posted: Thu, 19 Apr 2001 @ 11:50:50 GMT
Subj: | | Re: Executing SQL from a Column |
|
From: | | Jeff Ohlman |
If you have V2R4 at your site you can use the PREPARE statement. The PREPARE statement prepares a dynamic SQL statement for execution
and assigns a name to it.
This will allow you to build a SQL statement, compile and then execute it. Refer to "Teradata RDBMS SQL Reference Volume 6 - Data
Manipulation Statements".
You can download this from
www.info.ncr.com...
Good Luck!
|