hyper-api-samples
hyper-api-samples copied to clipboard
suggest add data type promote
eg now I need cast the data type manually, I hope it return a bigint automatically
> select 150*150*150*150*150;
Error executing SQL: numeric overflow
Context: 0xfa6b0e2f
> select 150*150*150*150*150::bigint;
"1"
75937500000