Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle search source code

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

PREVIOUS NEXT
Code Example
Sql :: convert_tz mysql 
Sql :: mysql 1 day ago 
Sql :: how to set an already made tables auto increment in mysql 
Sql :: rermove categories woocommerce sql 
Sql :: mysql version check cmd 
Sql :: rename column postgres 
Sql :: truncate table mysql 
Sql :: mysql backup 
Sql :: postgres change owner of schema 
Sql :: get current month mysql 
Sql :: add primary key constraint in oracle 
Sql :: how to show all users in mysql 
Sql :: su: Authentication failure mysql 
Sql :: how to copy a table from one database to another in mysql 
Sql :: sql server check port number 
Sql :: bulk kill mysql processlist 
Sql :: postgresql alter column nullable 
Sql :: sql datetime as date 
Sql :: mysql format date 
Sql :: mssql reset auto increment 
Sql :: sqlite3 how to get column names of a table 
Sql :: mysql date - 1 day 
Sql :: liquibase update row 
Sql :: how to start mysql in terminal mac 
Sql :: copy sql table to another table 
Sql :: sql random sampling per group 
Sql :: sql delete records older than 1 day 
Sql :: operadores en postgresql 
Sql :: mysql copy table1 to table2 
Sql :: sql last week 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =