TO_NUMBER
Syntax
TO_NUMBER
(
value IN { text | smallint | int | bigint | double precision | numeric }
)
RETURNS numeric;
TO_NUMBER
(
value IN numeric,
fmt IN numeric
)
RETURNS numeric;Overview
Parameter
Parameter
Description
Example
Last updated
