2 Risposte
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
Are you doing the util.autoId outside the statement block in the following manner? This will generate the id variable that will be set inside the statements.
#set($id=$utils.autoId())
{
"version": "2018-05-29",
"statements": [
"insert into Pets VALUES ('$id', '$ctx.args.input.type', $ctx.args.input.price)",
"select * from Pets WHERE id = '$id'"
]
}
Edited by: Ionut@AWS on Feb 21, 2019 2:08 PM
con risposta 6 anni fa
0
Thank you!
Yup, it's right there in the sample, the darker font in italics made it blend in. Working now :)
con risposta 6 anni fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 4 anni fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 2 anni fa