Posts by akil • 1 point
3 posts
-
0
votes1
answer78
viewsQ: How do I complete SQL table name with a variable value?
I want to create a new table for each client and I want to complete the account table with the client id I am creating in another table as in the example below: await db.run('create table if not…
-
0
votes1
answer58
viewsQ: What should I put into parenthesis?
Hello I’m starting to program now and I was following a video lesson and following the teacher’s steps, however arrived in a part that he installed the sqlite, however his version was previous to…
-
-1
votes1
answer352
viewsQ: Error in sqlite and javascipt
I was making a video lesson and followed the exact same steps of the teacher, but this giving the following error when I execute the code in the powershell Even before you start entering the sqlite…