Viewing 3 posts - 1 through 3 (of 3 total)
Can it make low performance?
August 11, 2008 at 10:46 am
#856241
Vijaya Krishna (6/27/2008)
DELETE FROM table_xx WHERE A + B + C IN (
SELECT A + B + C FROM table_1 where A + B + C NOT IN ( SELECT...
June 27, 2008 at 9:29 pm
#835701
Matt Miller (6/27/2008)
Panji_panjul (6/27/2008)
How can i delete data without primary key or specific key , my imagine such as below
delete from table_xx where exists (
select...
June 27, 2008 at 9:21 pm
#835700