pls help me
#22613
Replies: 1 comment
-
This isn't the right place for general Python support. I would try discuss.python.org . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm wanted to create a register table suitable for python, I write the command :cur.executecur.cur.execute('CREATE TABLE IF NOT EXISTS users (id int auto_increment primary key, name varchar(50), pass varchar(50)') and after that everything breaks, pls tell me what to do about it
Beta Was this translation helpful? Give feedback.
All reactions