I'm doing an authentication function to compare login and password with their login and password columns with the following
Inthecase,thefunctiondoescomparativewiththeloginbutwhenitexecutesthe'pas'commanditreturnsthefollowingerror:
"sqlite3.OperationalError: no such column: brenohass"
How can I search the password in the password column WHERE LOGIN = login_received?