sql query problem in c++ and mysql

Please edit your post for readability.
https://www.cplusplus.com/articles/jEywvCM9/

> I've a problem with sql query.
Does it work at all?
Or just give you the wrong answers.
At the end of the query, you have:
 
"tableBilling as "


Maybe it should be:
 
"tableBilling as b;"


... a little careless.
@kbw

The b is on the next line, the end of the query is 2 lines after that?

I have just noticed the link on the OP, we are being trolled for an advertisement.
Last edited on
The b is on the next line, the end of the query is 2 lines after that?
You're right.

This'd be my advice: https://www.cplusplus.com/forum/unices/278786/#msg1204106
Topic archived. No new replies allowed.