Hi ,
I have a Employment table with has employ number as unique key and log timestamp with dd.mm.yyyy.hh.mm.ss ..
I need to fetch the count of employ based on employ number(it can have duplicate, i need to avoid duplicate too ) for 3 weeks ago average from current date .Can you please let me know how i can do that?