end after 'n/a' but does not encounter it, so in Oracle releases prior to 23c, the error message ORA-00905: missing keyword is thrown. select
case when owner in ('SYS', 'SYSTEM') then 'n/a'
from
dba_tables;
select statement from PL/SQL without removing the into clause: select col_1 into var_1 from tab_A;
select
*
from
dual
pivot(max(dummy));