Comments
1 comment
-
Hi Phil,
I couldn't reproduce your problem running on the latest version of SQL Prompt. When I execute "Format SQL" I am given:SELECT ROW_NUMBER() OVER ( ORDER BY ( SELECT NULL ) ) FROM ( VALUES ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0) ) a ( n ) CROSS JOIN ( VALUES ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0), ( 0) ) b ( n );
Would it be possible to upgrade to SQL Prompt 7.4 beta and try again?
Are you using our new experimental formatter?
Thanks,
Michael
Add comment
Please sign in to leave a comment.
The error appears to be related to the CROSS JOIN. Is this a known issue?
Thanks.