how to search query in python3 sqlite3
"SELECT * FROM airports WHERE country=? OR city=?", (a_country, a_city)
how to search query in python3 sqlite3
"SELECT * FROM airports WHERE country=? OR city=?", (a_country, a_city)
python sqlite3 search
# deleteInput=int(input("enter delete number for id \n"))
name=input("enter your update query")
data =conn.execute(f"SELECT * FROM CLIENTS WHERE Client_Name like '{name}'")
for i in data:
print(i[0]," ",i[1]," ",i[2]," ",i[3])
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us