Join Slack
Powered by
SELECT amount from total_cash. if I then output t...
# cfml-beginners
f
Formiko
02/15/2022, 2:17 AM
SELECT amount from total_cash. if I then output the query and the query output $10 $34 $26 how do I add all of them up? Would I first put each query into a separate variable?
d
Daniel Mejia
02/15/2022, 2:19 AM
Select sum(amount) …
f
Formiko
02/15/2022, 2:28 AM
Thank you
👍🏾 1
Open in Slack
Previous
Next