Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle source query

SELECT * FROM all_source    -- or user_source or dba_source
WHERE upper(text) LIKE '%MY TEXT%'
ORDER BY owner, name, type, line;
Comment

PREVIOUS NEXT
Code Example
Sql :: how to select department from table 
Sql :: load mysql dumb 
Sql :: sql copy table 
Sql :: add primary key to existing table sql 
Sql :: oracle list index on table 
Sql :: how to create a variable in mysql 
Sql :: mysql column start with string 
Sql :: mysql drop column 
Sql :: capitalize 1st letter in sql server 
Sql :: mysql insert generate serie 
Sql :: rows to comma separated values in mssql 
Sql :: how to delete duplicate rows in oracle 
Sql :: sql week commencing date 
Sql :: how to get the ddl for datafile in oracle tablespace 
Sql :: insert current timestamp in postgresql 
Sql :: sql update from select 
Sql :: mysql repair a table 
Sql :: power query concatenate 
Sql :: find nth highest salary of an employee 
Sql :: sql server 2008 first and last day of month 
Sql :: create sequence if not exists postgres 
Sql :: get week day name sql server 
Sql :: show all public tables postgres 
Sql :: sql server date now 
Sql :: how to find column in all the tables sql 
Sql :: org.h2.jdbc.jdbcsqlsyntaxerrorexception table not found 
Sql :: sql server current date minus 5 years 
Sql :: how to change mysql root password in windows 10 
Sql :: create in sql 
Sql :: scaffold mysql database 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =