I am joining three tables all of which contain the same field name.
example:
CLNT_STATS_YTD.Vol_Collected
CLNT_STATS_MTD.Vol_Collected
CLNT_STATS_TD.Vol_Collected
If I try to reference them using those names I get no data. If I use the
last half "Vol_Collected" I get the last value of the three. I'm not
sure how to reference them seperately in php. Thank you for any help.