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