• 2021-12-24
oracle转换函数有哪些

oracle的转换函数有:to_char()、to_date()、to_number()、CAST()、TO_MULTI_BYTE()、to_single_byte()、CONVERT()、UNIST......

11