Re: Inner Join Delete

2002-01-25 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > On Wed, Jan 23, 2002 at 11:25:31PM -0500, Jason Yates wrote: > > Heres an example scenario, say I have two tables > > > >table1 > > -> id > > | name > > | > > | table2 > > |_> id > > address > > zip > > > > I inner join table1 and ta

Re: Inner Join Delete

2002-01-25 Thread Jeremy Zawodny
On Wed, Jan 23, 2002 at 11:25:31PM -0500, Jason Yates wrote: > Heres an example scenario, say I have two tables > >table1 > ->id > | name > | > | table2 > |_> id > address > zip > > I inner join table1 and table2 on id. I want to delete all the > r