implicit_bitcast_fail.sql 199 B

1234567
  1. /* postgres can not */
  2. /* custom error:Cannot infer common type for Int64 and Uint64*/
  3. pragma warning("error", "1107");
  4. select AsList(
  5. 7498311229109140978,
  6. 254610204336699107,
  7. 11580367904009864964);