H
Hanksor
Is it possible to find what quarter of the year a given date is in? Any
help will be appreciated.
help will be appreciated.
Hanksor said:Is it possible to find what quarter of the year a given date is in? Any
help will be appreciated.
Hanksor wrote in message said:Is it possible to find what quarter of the year a given date is in? Any
help will be appreciated.
RoyVidar said:Try for instance with the format function
select format(mydate, "q") as myquarter ...