You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution of 'actual' query 20250122_161516_00023_hjbss failed: SELECT n.name, r.name FROM nation n LEFT JOIN region r ON n.regionkey = r.regionkey ORDER BY n.name LIMIT 1
Execution of 'actual' query 20250122_161519_00030_hjbss failed: SELECT orderkey, custkey, orderstatus FROM orders ORDER BY orderkey ASC, custkey ASC LIMIT 10
Execution of 'actual' query 20250122_161518_00029_hjbss failed: SELECT *
FROM (
SELECT orderkey+1 AS a FROM orders WHERE orderstatus = 'F' UNION ALL
SELECT orderkey FROM orders WHERE orderkey % 2 = 0 UNION ALL
(SELECT orderkey+custkey FROM orders ORDER BY orderkey LIMIT 10)
)
WHERE a < 20 OR a > 100
ORDER BY a