Essentially deleting all records from the t_table where 1=1.
DELETE FROM t_provid
WHERE EXISTS
( select prov_name p
from ind
where p.prov_name = prov_name
);
This post has been edited by CapC: 31 May 2012 - 03:43 PM




Posted 31 May 2012 - 03:41 PM
DELETE FROM t_provid
WHERE EXISTS
( select prov_name p
from ind
where p.prov_name = prov_name
);
This post has been edited by CapC: 31 May 2012 - 03:43 PM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
