>>>>> "Michael" == Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
Michael> Indeed...
Michael> =# select column1 AS double_value, cast(column1 AS INT) AS
Michael> int_value
The complication for numeric is that there's also the case of round(x,n)
and casting to numeric(m,n) to consider.
--
Andrew (irc:RhodiumToad)