Delete records not in top 15
Posted on
16th Feb 2014 07:03 pm by
admin
Hi,
I'm creating a hall of fame page in my game and the page will only display the top 15 scores.
So I want to delete the scores that get bumped down the list.
How would I write the query to delete everything NOT in the top 15?
I've been trying different things, but nothing is working.
I thought maybe something like this, but it didn't work.
Line number On/Off | Expand/Contract $removeold = $db->execute("DELETE FROM `soundoff_hof` WHERE `id` NOT IN (SELECT `id` LIMIT 15 FROM `soundoff_hof`)");
am I close with something like this, or is there another method to do it?
No comments posted yet
Your Answer:
Login to answer
303
25
Other forums
A Few Questions
Hi, I want to ask a few questions that I can't seem to find..
1) I'm creating a "shortcu
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples w
Allowing ' and "
Hello everyone,
I am creating a form where users submit information to go into a database. I
Help with syntax
Hi all!
The $bridge variable is not getting passed while it is contained in the line below: