Try this sql: select `id` from `user` where `account` = ?
Have you checked the case? If that still doesn’t work, you can add single quotes to the account. Also? Also add a single quote
Have you set up the database? use db.
db
Try this sql: select `id` from `user` where `account` = ?
Have you checked the case? If that still doesn’t work, you can add single quotes to the account. Also? Also add a single quote
Have you set up the database? use
db
.