|
|
Archives of the TeradataForum
Message Posted: Fri, 19 Nov 2004 @ 15:41:23 GMT
Subj: | | Direct Insert/Table Addition |
|
From: | | Slook, Ed |
Hello Forum,
We would like to add a field to a table that has many insert statements to it. Problem is that when you add a field the following no longer
works with the new table that has an extra field.
Insert tblx('OPCLRPTS',999,'LOAD PROCESS')
Is there anyway of getting around this w/out changing the body of code? If I really had to change the body of code would a macro work or
would I have to use a SP?
Thanks in advance...
| |