The ORA-00604 error: one possible cause
Recently I wanted to modify an existing view. I needed to add a few extra colums from another table. So the original view was something like
create or replace view testview as
select t1.id
, t1.c
avanderput.hashnode.dev2 min read