Results 1 to 4 of 4
-
6th Oct 2011, 11:23 AM #1OPMember
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/
PHP Code:SELECT title, COUNT(*) FROM dle_post
Group BY Duplicate_dle_post HAVING COUNT(*) > 1
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: 5Wanna Link Exchange With PR4 ? Your Site Must Be PR3
PM ME
-
6th Oct 2011, 11:31 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inTry this:
PHP Code:SELECT title, COUNT(*) FROM dle_post
Group BY id HAVING COUNT(*) > 1
-
6th Oct 2011, 07:12 PM #3OPMember
-
6th Oct 2011, 09:20 PM #4Respected MemberWebsite's:
nooky.usMoved. Please choose a more appropriate section next time.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Delete Duplicate Posts in WordPress
By BlaZe in forum Tutorials and GuidesReplies: 2Last Post: 26th Feb 2012, 03:24 PM -
Stop Duplicate Posts
By Perl in forum IP.BoardReplies: 28Last Post: 14th Jan 2012, 04:00 PM -
Prevent duplicate title posts in Wordpress ??
By Ashleyuk1984 in forum Technical Help Desk SupportReplies: 2Last Post: 26th May 2011, 02:59 PM -
[Help] How to Delete Duplicate Threads in vb
By jAlpArI in forum vBulletinReplies: 8Last Post: 12th May 2011, 12:33 PM -
Duplicate Thread Delete
By kamrul in forum Webmaster DiscussionReplies: 3Last Post: 8th May 2010, 05:27 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...