Hi Folks,
DELETE from eyp_listing where userid=t_a.userid and category_id=t_a.category_id;such queries work perfectly.
but if t_a is a subquery how to accomplish the delete.
RegdsMallah.