Hi All!
i’m trying to gest the last record from a table, but a ican get succes. i get the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 0,11’ at line 7
i’m using this very simple statement:
SELECT
TicketID
FROM
ticket
ORDER BY
TicketID DESC
LIMIT 1
What i’m doing wrong? Help me please!
Thanks in advance.