Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my data table month is recorded in numeric form eg 1,2,3 and my script is follows
sql
select
BCOD,
YEAR,
T_MONTH,
A_MONTH
FROM UPL;
But I want to load T_Month and A_Month following format
Jan Feb Mar
Pls help me to modify the above script
Hi
Thanks again both of you. It is working fine