Visual Studio Code – Why cant I use a space when creating this table?
I am using SQlite3 in Visual Studio code. My goal is to create a table within a database and then import data in that table. The code works fine except for when there is a space involved in the header.…