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