79784033

Date: 2025-10-06 20:08:55
Score: 1
Natty:
Report link

just use the create_date with the order by DESC, you dont need to limit the result, i mean you can but only to improve the spead of the query result

like this:
SELECT create_date
FROM tblExample
Order by create_date DESC

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: andreaaperegalli