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_182511_00020_dja7g 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_182515_00026_dja7g 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
Execution of 'actual' query 20250122_182516_00027_dja7g failed: SELECT orderkey, custkey, orderstatus FROM orders ORDER BY orderkey ASC, custkey ASC LIMIT 10