Hi I want to know how to find all view in our system that have the function to_char
I tried
select owner,view_name,text
from all_views
where text like '%to_char%'
got inconsistent datatypes text is defined as long
does anyone know of a way for me to get this info
Thanks
I tried
select owner,view_name,text
from all_views
where text like '%to_char%'
got inconsistent datatypes text is defined as long
does anyone know of a way for me to get this info
Thanks