Hi. This querry doesn't work in my PHP page : SELECT FROM acturesto ORDER BY date DESC, LIMIT 1
This one works well : SELECT FROM acturesto ORDER BY date DESC
So, how should I specify that I only want to show the most recent article of my database ?
Thanks for answers.