S
Santiago Gomez
I have a table with a date field. I need to group it by month.
I was thinking I could turn the number (37178) into a string (14-Oct-01) and
then trim the left3 and right 3 to just leave Oct.
Then I could group it by month.
Is there a better way of doing this?
what would the SQL statement look like?
thanks
I was thinking I could turn the number (37178) into a string (14-Oct-01) and
then trim the left3 and right 3 to just leave Oct.
Then I could group it by month.
Is there a better way of doing this?
what would the SQL statement look like?
thanks