cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
sql query problem in c++ and mysql
sql query problem in c++ and mysql
Sep 2, 2021 at 6:57am UTC
salem c
(3700)
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.
Sep 5, 2021 at 6:10pm UTC
kbw
(9488)
At the end of the query, you have:
"tableBilling as "
Maybe it should be:
"tableBilling as b;"
... a little careless.
Sep 5, 2021 at 6:17pm UTC
TheIdeasMan
(6817)
@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
Sep 5, 2021 at 6:21pm UTC
Sep 5, 2021 at 8:15pm UTC
kbw
(9488)
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.