P
pol
Hi all
I am giving the following sql to get month as string from a date
Select Cstr(month( salestarget.targetdate )) as monthno
from salestarget. So the output is shown as follows
1,10,11,12,2,3,4,5,6,7,8,9 like that. Please it is it possible to format the
string like
01,02,03,04,05,06,07,08,09,10 like that ?
Pol
I am giving the following sql to get month as string from a date
Select Cstr(month( salestarget.targetdate )) as monthno
from salestarget. So the output is shown as follows
1,10,11,12,2,3,4,5,6,7,8,9 like that. Please it is it possible to format the
string like
01,02,03,04,05,06,07,08,09,10 like that ?
Pol