ts-typed-sql icon indicating copy to clipboard operation
ts-typed-sql copied to clipboard

sum() function return type depends on input type

Open phiresky opened this issue 7 years ago • 0 comments

int -> bigint bigint -> numeric float -> double precision other -> other

(see here)

phiresky avatar May 20 '18 11:05 phiresky