Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle scan source ddl

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 :: function difference_in_hours(timestamp with time zone) does not exist 
Sql :: check constraint to check if date greater than todays date 
Sql :: copy sql table 
Sql :: how to check even or odd in sql 
Sql :: role does not exist psql 
Sql :: laravel migration sql dump 
Sql :: postgresql division count return 0 
Sql :: get a list of table names and field names from SQL 
Sql :: output to file mysql 
Sql :: moodle query first user access 
Sql :: mqtt Error: Address not available 
Sql :: $query = mysqli_query($con, $sql); while ($row = mysqli_fetch_array($query)) 
Sql :: display total number of tables in mysql 
Sql :: sql sort column by date 
Sql :: return sql query laravel 
Sql :: base nosql 
Sql :: group concat with separator 
Sql :: postgresql CREATE EXTENSION pgcrypto 
Sql :: drop table if exists 
Sql :: oracle trace session 
Sql :: select first rows postgresql 
Sql :: how to update column name in psql 
Sql :: show tables sql 
Sql :: grant mysql 
Sql :: what is mysql_pconnect 
Sql :: oracle sql group by date year 
Sql :: create table with select 
Sql :: sql update table based on another table 
Sql :: id increment ms sql server 
Sql :: sql get month name 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =