i have a query w/ 2 fields(by_year, by_months), and i want to get the sum
all entries in each field of every user.
select query.by_year, query.by_mos where userID = ....
is it possible to make it in a query design
automatically? or should i make a function for it?
please help. thanks
all entries in each field of every user.
select query.by_year, query.by_mos where userID = ....
is it possible to make it in a query design
automatically? or should i make a function for it?
please help. thanks