Firebird SQL Query to SELECT last row from a table

前端 未结 0 1181
无人共我
无人共我 2021-01-01 02:45

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题