Question
Need to find short months ie JAN, FEB, MAR
Hi
Just a little problem:
I have the following query:
SELECT MONTHNAME(year) AS Month
FROM features1
which return the Month as JANUARY
I would like to get a shorter version of the month ie JAN
any ideas?
