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,

gefragt vor 2 Jahren484 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen