openGauss type conversion function to_char(numeric/smallint/integer/bigint/double precision/real[, fmt])
Oct 18, 2022 · 1 min read · to_char(numeric/smallint/integer/bigint/double precision/real[, fmt]) Description: Convert an integer or floating point value to a string in the specified format. The optional parameter fmt can be of the following categories: decimal characters, "gro...
Join discussion