![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 06 Nov 2003 @ 16:46:35 GMT
<-- Anonymously Posted: Thursday, November 06, 2003 11:43 --> Why is this macro allowed to be created when c1 is not in the parm list? It did not fail until I tried to execute the macro.
replace macro mac1
( a (char(1)),
b (char(1)),
c (char(1)),
)
as (
update table1
set c = :c1
where a = :a and
b = :b;
);
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||