The beautifier caused an error

Yeats

Member²
QQ20240905-174244.png


SQL:
select sysdate, row_number() over(partition by sysdate order by case when trunc(sysdate) >= trunc(sysdate) then '0' else '1' end) as rn
  from dual

The beautifier caused an error when i try to beautify the sql above.
 
Analytical functions are not yet supported by the PL/SQL Beautifier. This is on the list of enhancement requests.
 
Back
Top