Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 .

like image 980
Aman Mate Avatar asked Sep 08 '25 05:09

Aman Mate


1 Answers

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

like image 58
Billy Liu Avatar answered Sep 10 '25 09:09

Billy Liu