I am using this query to get the last row from the Firebird Database
SELECT FIRST 1 ID FROM CUSTOMER_ORDER ORDER BY ID DESC
But it\'s giving me th