According to your code and stacktrace, you didn’t add a space " "
between the CREATE TABLE
and TABLE_NAME
. Add a " "
after TABLE_NAME
too.
According to your code and stacktrace, you didn’t add a space " "
between the CREATE TABLE
and TABLE_NAME
. Add a " "
after TABLE_NAME
too.