Cast Operators Cast (::) :: provides an alternative syntax to the CAST function. SELECT '123'::long AS long; long --------------- 123