Hi all,
What I need is to get the total rate for each account and write it to a new table with that distinct account# (strap) & its total rate.
table: parcel_tax
strap tax_dist
12345 001
12345 002
12345 003
12345 004
01111 001
01111 007
01111 003...
Hi,
What I have to do is to calculate the total rate for each code (in table 2) and insert that total rate field in that same table (2). I've never written any SQL codes except for simple select statements. Any help is greatly appreciated.
Table1:
CD Rate
001 1.5
002 1.25
003 0.5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.