i need to create an sqlite table with the name of a global string variable, but i cant seem to find a way to insert the variable to the CREATE TABLE command.
is there a way to do so, or after creating a table with a placeholder name rename it to the variable?
the variable is an user input so i cannot name it in advance.
im coding in python.
"CREATE TABLE " + tablename