Re: delete across multiple tables problem

2003-07-14 Thread Egor Egorov
Craig Westerman [EMAIL PROTECTED] wrote: I'm trying to help a friend with this. When I run this everything is fine SELECT * from clicks, urls WHERE clicks.url=urls.url AND urls.description IS NULL The clicks table has 31 instances of url that match 5 instances of url in the urls table.

delete across multiple tables problem

2003-07-12 Thread Craig Westerman
I'm trying to help a friend with this. When I run this everything is fine SELECT * from clicks, urls WHERE clicks.url=urls.url AND urls.description IS NULL The clicks table has 31 instances of url that match 5 instances of url in the urls table. When I run the following I get a syntax error