How to Get a Row in SQLite with Python

1 · Hayato Iriumi · Oct. 11, 2021, 10:04 p.m.
I want to get the value of id where col1 = buhi and col2 = buhi. Here is the Python code I came up with. cur.fetchone() returns the matching data in tuple. So if you want to use any specific value, you can access it like…...