We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4442c9e commit eb055bcCopy full SHA for eb055bc
x-pack/plugin/sql/qa/server/src/main/resources/unsigned-long.sql-spec
@@ -16,11 +16,13 @@ plusLongMax
16
SELECT 9223372036854775808 + ROUND(RAND(DAY(CURRENT_TIMESTAMP())) * 10000) AS x;
17
minus
18
SELECT 18446744073709551615 - ROUND(RAND(DAY(CURRENT_TIMESTAMP())) * 10000) AS x;
19
-divide
+// AwaitsFix https://github.com/elastic/elasticsearch/issues/83516
20
+divide-Ignore
21
SELECT 18446744073709551615 / ROUND(RAND(DAY(CURRENT_TIMESTAMP())) * 10000) AS x;
22
multiply
23
SELECT 18446744073709551615 * 1 AS x;
-mod
24
25
+mod-Ignore
26
SELECT 18446744073709551615 % ROUND(RAND(DAY(CURRENT_TIMESTAMP())) * 10000) AS x;
27
28
abs
0 commit comments