Hi all,
is there a way in MySQL where I can limit the database itself (Not the output) to 10 rows?
what i am aiming to do is on my website have a list of recently added products to the main database and it stores the 10 most recently added products to the database, and removes the oldest record.
any help would be greatly appreciated
Shaun