Re: V8.2 doesnot support this? SQL20165N An SQL data change statement within a FROM clause is -
10-05-2007
, 01:08 PM
On Oct 5, 8:12 am, shenan... (AT) gmail (DOT) com wrote:
Quote:
INSERT INTO deletetable
select * from old table
(
DELETE FROM existingtable
)
;
Not as such, but there is a way around it. Have a look at the slide
titled "Moving duplicate rows" in the "SQL on Fire - Part 2"
presentation available at the following link: