Open isc-pbarton opened 1 year ago
The automatic indentation of SQL class queries with UNION statements is a little funky:
Query Test() As %SQLQuery [ SqlProc ] { select 1 union select 2 union select 3 }
After compilation, turns into:
The automatic indentation of SQL class queries with UNION statements is a little funky:
After compilation, turns into: