[ad_1]
data = conn.execute("SELECT cost from test where name like 'fish'").fetchall()
Also, chances are, you don’t need to use a cursor for whatever you are doing.
[ad_2]
solved Python and SQlite [closed]
[ad_1]
data = conn.execute("SELECT cost from test where name like 'fish'").fetchall()
Also, chances are, you don’t need to use a cursor for whatever you are doing.
[ad_2]
solved Python and SQlite [closed]