I have a table called bank with three columns: uid, nick, balance.
bank
uid
nick
balance
I am trying to create a query that will return
You are using the wrong "`"
Use ' instead
SELECT b.balance FROM bank AS b WHERE b.nick='Alex' LIMIT 1