Questions tagged [partiql]
78 questions
0
votes
1 answer
getting whole ledger history in QLDB
Is there any way to get a history of the whole ledger instead of getting history on table level in QLDB?

ajay
- 328
- 1
- 5
- 17
0
votes
1 answer
can we retrieve document revision by transaction hash in qldb
we're trying to retrieve commited document revision in qldb with its transaction hash. however it is not returning a row that has particular hash while trying below query
SELECT * FROM history(Users) AS h WHERE…

ajay
- 328
- 1
- 5
- 17
-1
votes
1 answer
AWS CLI PartiQL INSERT statement returns "ExecuteStatement operation: Requested resource not found"
I'm following the instructions in the AWS developer guide tutorial and just changed the names of the attributes. I can't seem to make the INSERT INTO tablename VALUE statement work.
I created the table resourceLock & ensured it was fully created…

Preet Sangha
- 64,563
- 18
- 145
- 216