I am trying to run a query in SQL to find the following:
select firstname, lastname, emailaddress, accountbalance from customer where accountbalance
I am trying to run a query in SQL to find the following:
select firstname, lastname, emailaddress, accountbalance from customer where accountbalance
remove the quotes from the where clause - accountbalance is a MONEY field, '0' is a string value
Have something to add? Share your thoughts — no account required.
Ask the community — no account required