databaseamazon-qldb

How to get records in descending order in QLDB?


Select * from Transactions where id='123'

I am trying to get transactions in descending order . But order by is not working here .


Solution

  • Unfortunately, at the time of writing this answer, QLDB does not support the "ORDER BY" clause. To learn more about QLDB supported PartiQL query language, you can reference: https://docs.aws.amazon.com/qldb/latest/developerguide/ql-reference.html