Skip navigation links

MySQL Forums


Advanced Search

how can we tables with each other
Posted by: Syed Nabeel Anwer ()
Date: November 02, 2009 12:58AM

Hi

I have two tables:

Table A: Group
-----------------
GID
---
1
2
3
4


Table B: Orders
----------------
GID Cat
--------------
2 34
3 45
1 50
4 90


now i want to a stored procedure to remove the records from "Orders" which matches with the GID in the group table.

what to do? please help

Options: ReplyQuote


Subject Views Written By Posted
how can we tables with each other 229 Syed Nabeel Anwer 11/02/2009 12:58AM
Re: how can we tables with each other 143 Devart Team 11/02/2009 04:20AM
Re: how can we tables with each other 135 Chad Bourque 11/02/2009 08:32AM


Sorry, only registered users may post in this forum.