We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c25a9 commit 2d750c5Copy full SHA for 2d750c5
testdata/numbers.sql
@@ -0,0 +1,4 @@
1
+select '1251258098.1555901285'::numeric;
2
+select '1251258098.1555901285'::float4;
3
+select '1251258098.1555901285'::float8;
4
+select '1251258098.1555901285'::double precision;
0 commit comments