Oracle to_char tips
The Oracle to_char SQL function is used to transform a DATE or NUMBER datatype into a displayable text string. to_char(number_type, format_mask) Examples of the Oracle SQL to_char function might include: to_char(sum(decode(substr(time,10,2),'23',1,0)),'99...