select 10 as v,
~(v::BITSTRING),
~(v::INT) as "~INT",
~(v::BIGINT) as "~BIGINT",
~(10::UINTEGER) as "~UINTEGER";