Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Query Builder and Schema Designer › Rounded To The Nearest Dollar
Hello everyone I am trying to round the balance to the nearest dollar
I have the customer_num, customer_name ROUND(balance,0)
from customer
I am getting an error message:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'Balance'.
Not sure why it is doing this.
How is this related to 'Query Builder and Schema Designer' category in this Forum?
Please paste the complete (SELECT) statement? You did not miss a COMMA after 'customer_name'?
Also what client returns exactly this error:
“Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'Balance'.”
.. it is not a standard MySQL server or client error.
Please forgive me I clearly mis-post. I actually got the answer worked out. Thank you again. Diana Magers