Data Change Table Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
SELECT
*
FROM
OLD Table(UPDATE T1 SET NAME = 'Tony' where ID = 4)SELECT
*
FROM
-- ** MSC-ERROR - MSCEWI5006 - INTERMEDIATE RESULT TABLE IS NOT SUPPORTED. **
-- OLD Table(UPDATE T1 SET NAME = 'Tony' where ID = 4)