My database stores a transaction date in the following format yyyymmdd (ex: 20140410)
I would like to count the number of transaction by Month. How do I do that? I can't figure out how to convert the number to a date and then group by month.
My database stores a transaction date in the following format yyyymmdd (ex: 20140410)
I would like to count the number of transaction by Month. How do I do that? I can't figure out how to convert the number to a date and then group by month.