Quote:
|
Originally Posted by bondada_kanth
a. Decimal( 0, 1, 0 )
b. DIGITS(YEAR( DW_DATE ))
c. DATE( calnder_date + 719892)
|
not data type, they are functions
a>decimal (number,precision,scale)
b> Converts an integer or decimal value into a character string with leading zeros. Both the sign
indicator and the decimal point are lost in the translation.
c> date of (calnder_date + no of days )