CAST « Conversion Functions « Oracle PL / SQL






1.CAST() convertS one built-in data type (cast) into another
2.Cast null as timestamp
3.Cast string to date type before comparison
4.cast(12.98 as number(2))
5.cast(null as date )