We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I connected python with mysql and tried to run a simple code which takes data from user and saves in mysql.
Code works fine, takes data from user but isn't saving it in database.
Error code 1054 Unknown column 'date' in 'field list'
But there is date column in table.
The text was updated successfully, but these errors were encountered:
I connected python with mysql and tried to run a simple code which takes data from user and saves in mysql. Code works fine, takes data from user but isn't saving it in database. Error code 1054 Unknown column 'date' in 'field list' But there is date column in table.
Hi, please share the code where select statements are written
Sorry, something went wrong.
Do you have mysql extension installed?
No branches or pull requests
I connected python with mysql and tried to run a simple code which takes data from user and saves in mysql.
Code works fine, takes data from user but isn't saving it in database.
Error code 1054
Unknown column 'date' in 'field list'
But there is date column in table.
The text was updated successfully, but these errors were encountered: