Inductive Automation Forum
MySQL Query - UNION several tables and Trying to SUM() one column
Ignition
database
dkhayes117
September 13, 2018, 11:37am
3
SELECT SUM(A.BALANCE)
FROM ( SUBQUERY as BALANCE) A
show post in topic