Activity Stream
48,167 MEMBERS
6330 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Thumbs up How to delete duplicate Posts in DLE?

    i am running DLE site.... is there any query in SQL for "title" id so that i could delete duplicate records... I found this in google but its not working......

    Code: 
    http://www.webtlk.com/2009/11/05/how-to-delete-duplicate-records-in-your-sql-database/
    I am using this command

    PHP Code: 
    SELECT titleCOUNT(*) FROM dle_post
    Group BY Duplicate_dle_post  HAVING COUNT
    (*) > 
    First code works great and it shows me the result but when i execute the second query it says unknown column find.
    sSKKa Reviewed by sSKKa on . How to delete duplicate Posts in DLE? i am running DLE site.... is there any query in SQL for "title" id so that i could delete duplicate records... I found this in google but its not working...... http://www.webtlk.com/2009/11/05/how-to-delete-duplicate-records-in-your-sql-database/I am using this command SELECT title, COUNT(*) FROM dle_post Group BY Duplicate_dle_post HAVING COUNT(*) > 1First code works great and it shows me the result but when i execute the second query it says unknown column find. Rating: 5
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Try this:
    PHP Code: 
    SELECT titleCOUNT(*) FROM dle_post
    Group BY id HAVING COUNT
    (*) > 

  4.     
    #3
    Member
    Quote Originally Posted by soft2050 View Post
    Try this:
    PHP Code: 
    SELECT titleCOUNT(*) FROM dle_post
    Group BY id HAVING COUNT
    (*) > 


    not working mate
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  5.     
    #4
    Respected Member
    Website's:
    nooky.us
    Moved. Please choose a more appropriate section next time.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Delete Duplicate Posts in WordPress
    By BlaZe in forum Tutorials and Guides
    Replies: 2
    Last Post: 26th Feb 2012, 03:24 PM
  2. Stop Duplicate Posts
    By Perl in forum IP.Board
    Replies: 28
    Last Post: 14th Jan 2012, 04:00 PM
  3. Prevent duplicate title posts in Wordpress ??
    By Ashleyuk1984 in forum Technical Help Desk Support
    Replies: 2
    Last Post: 26th May 2011, 02:59 PM
  4. [Help] How to Delete Duplicate Threads in vb
    By jAlpArI in forum vBulletin
    Replies: 8
    Last Post: 12th May 2011, 12:33 PM
  5. Duplicate Thread Delete
    By kamrul in forum Webmaster Discussion
    Replies: 3
    Last Post: 8th May 2010, 05:27 PM

Tags for this Thread

BE SOCIAL