<@U856E2SEA>, is there any way to get the SuiteQL ...
# suiteql
s
@tdietrich, is there any way to get the SuiteQL Query Tool to run queries as is? e.g. the following query fails because it gets rewritten as a subquery:
Copy code
WITH test1 AS (SELECT 1 AS abc)
SELECT abc FROM test1