CrystalVis
Technical User
will these statements give me the same result if I use them as a criterion to filter data:
Having sum(pmt.amount) > 1000
Where sum(pmt.amount) > 1000
I understand if I use having the processing time will be longer. Any explanation is greatly appreciated.
TIA
Having sum(pmt.amount) > 1000
Where sum(pmt.amount) > 1000
I understand if I use having the processing time will be longer. Any explanation is greatly appreciated.
TIA