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
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