Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle pl sql source

select *
from   all_source
where  lower(text) like lower('%Some source%');
 
PREVIOUS NEXT
Tagged: #oracle #pl #sql #source
ADD COMMENT
Topic
Name
8+7 =