over 1 year ago
I use sqlite3 library for using database in python. When I want to make a table, I get this error:
sqlite3.OperationalError: near "group": syntax error
My function that does this:
def connect(): conn = sqlite3.connect(dbpath) cursor = conn.cursor() cursor.execute("CREATE TABLE IF NOT EXISTS names (id INTEGER PRIMARY KEY, name text, group text, act text)") conn.commit() conn.close()
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Answer(s)