"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.
> 
> When I run the following I get a syntax error
> 
> DELETE * from clicks, urls WHERE clicks.url=urls.url AND urls.description IS
> NULL

Because syntax of your DELETE query is incorrect:
        http://www.mysql.com/doc/en/DELETE.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to