Hi,
Column named Birth_MM_DD has values stored as 0807(mmdd), not sure of the data type of the column(doesn't look like a date field). When retrieving the values from the Birth_MM_DD column, i want to include a forward slash seperating the month & date - ex: 08/07..... what function to use in sql?
help please!
Han