I have a BirthDate Column which contains values such as 10/5/1960 12:00:00 AM and some records are NULL because there are employees like Temps where we do not track birthdays. I have a column called BirthMonth where I would like to auto-populate it with each record's birth month name where BirthDate is not null.
Beginner in SQL so be nice... :-)
Thank you,
Chris
Start Free Trial