teddysnow12
Programmer
Hi,
I have a field , end_yr_mnth which has a value like 201103 (datatype is number)
I have other field rptg_yyyymm which has a value like 2011-03
(datatype is string and format is yyyy-mm)
I need a syntax for converting either number into string or string into number to match these two fields.
I have a field , end_yr_mnth which has a value like 201103 (datatype is number)
I have other field rptg_yyyymm which has a value like 2011-03
(datatype is string and format is yyyy-mm)
I need a syntax for converting either number into string or string into number to match these two fields.