Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql developer search all packages for text

SELECT name, line, text
  FROM all_source
 WHERE upper(text) like upper('%<<your_phrase>>%') escape '' 
Comment

PREVIOUS NEXT
Code Example
Sql :: sql disable safe mode 
Sql :: sql server reseed single table 
Sql :: PROSYS SQL BKP 
Sql :: reset ids in mysql 
Sql :: fatal error: libpq-fe.h: No such file or directory 
Sql :: postgres active connections 
Sql :: sql find text in sp 
Sql :: mysql now format 
Sql :: port 5432 is already in use mac 
Sql :: forgot mysql root password stackoverflow 
Sql :: doublon sql 
Sql :: put line oracle 
Sql :: sql server conection string 
Sql :: mysql default timestamp value to be current timestamp 
Sql :: sql server get users 
Sql :: sql drop procedure if exists 
Sql :: remove space in mysql 
Sql :: postgresql change column type 
Sql :: spark sql concatenate string and int 
Sql :: Failed to stop mysql.service: Unit mysql.service not loaded. 
Sql :: mysql modify foreign key 
Sql :: how to group by month using sql server 
Sql :: create table sql server 
Sql :: oracle first and last day of previous month 
Sql :: change mysql password from command line 
Sql :: sql drop primary key 
Sql :: cannot pip install mysqlclient 
Sql :: String concatenation in PostgreSQL 
Sql :: postgres drop column if exists 
Sql :: sql sum if 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =