Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Error: You have an error in your SQL syntax
Old 02-11-2006, 09:01 PM Error: You have an error in your SQL syntax
Yak Yak Yak Yak Yak

Posts: 593
Location: Rochester, MN
Trades: 0
What am I doing wrong here? I am basically trying to have the script (php) delete duplicate entries in the database based on the 'title'.

PHP Code:
$result mysql_query("SELECT *, count(*) cnt FROM orcasearch GROUP BY title HAVING cnt > 1");
while(
$r=mysql_fetch_assoc($result))
        {
            if (!
mysql_query("DELETE FROM database1 WHERE title=".$r['title']))
            {
                echo 
mysql_error();
            }
        } 
Any help is appreciated.

MySql Information
__________________

Please login or register to view this content. Registration is FREE

Last edited by neorunner; 02-11-2006 at 09:06 PM..
neorunner is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Error: You have an error in your SQL syntax
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.07862 seconds with 12 queries