Hello,
I noticed that if I try to beautify a SQL query that uses the MODEL clause, the beautifier will remove the square bracket characters, so that its syntax becomes invalid. I tried it with the following query:
and I am using PSD version 7.1.5.1398.
Thanks,
Paolo
I noticed that if I try to beautify a SQL query that uses the MODEL clause, the beautifier will remove the square bracket characters, so that its syntax becomes invalid. I tried it with the following query:
SQL:
select integer_value
from dual
where 1=2
model
dimension by ( 0 as key )
measures ( 0 as integer_value )
rules upsert ( integer_value[ for key from 1 to 10 increment 1 ] = cv(key) )
and I am using PSD version 7.1.5.1398.
Thanks,
Paolo