Hi,
I have no access to framework and I need to perform the following calculation, I would like to work out the easiest way of doing it.
Count(itema) / (itemb/1000) grouped by date.
I could write the sql myself but only want to do this if it is the easiest way.
Thanks for any pointers.
I have no access to framework and I need to perform the following calculation, I would like to work out the easiest way of doing it.
Count(itema) / (itemb/1000) grouped by date.
I could write the sql myself but only want to do this if it is the easiest way.
Thanks for any pointers.