Code: Select all
DELETE FROM product, prod_paper_link
USING product p, prod_paper_link pp
WHERE p.product_id = pp.product_id AND pp.product_id = 2Could someone let me know what is incorrect with this script. Let me know if you need more information.