Posts by Vitor Hariel • 1 point
1 post
-
0
votes1
answer78
viewsA: How do I complete SQL table name with a variable value?
Usually just put the query return, which probably returns the entered data, inside a variable. const user = await db.run('insert into users...') Then it’s just ID pick up with user.id…