How to see the rows of table in order by their ID with SELECT command in QLDB?

0

Hi everyone,

When I use the SELECT command, I see my table with no order (i.e., not ordered by ID), would you please guide me on how I can see my table in order?

Thanks,

asked 2 years ago468 views
1 Answer
0

Currently QLDB does not support the "ORDER BY" clause and provides no guarantees for ordering of query results. To learn more about the subset of PartiQL query functions supported by QLDB, you can refer to: https://docs.aws.amazon.com/qldb/latest/developerguide/ql-reference.html

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions