I have a Python 2.7 project, and I’m using (and learning) sqlite3.
How do I save a variable from python to a single existing column and row in an sqlite3 database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Say you have a table named “records” with the column “X”, and each entry has a different “X” value, and let’s say you want to change the value of column “Y”. You would use this SQL query: