Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle create directory

CREATE [OR REPLACE] DIRECTORY directory_name AS 'path_name';

SELECT * FROM DBA_DIRECTORIES WHERE DIRECTORY_NAME LIKE '%MY_PATH%';
Comment

PREVIOUS NEXT
Code Example
Sql :: postgres get all tables in schema 
Sql :: update sql server from another table 
Sql :: . ERROR! The server quit without updating PID file (/usr/local/var/mysql/MacBook-Pro-de-Quentin.local.pid). 
Sql :: start postgresql 
Sql :: doublon sql 
Sql :: psql uri example 
Sql :: pl sql output 
Sql :: SELECT list is not in GROUP BY clause 
Sql :: rails execute sql 
Sql :: mysql return 0 if null 
Sql :: starts and end with vowel sql 
Sql :: postgresql calculate age from birthdate 
Sql :: mysql search for column name in all tables 
Sql :: sql query to get column data type in sql 
Sql :: mysql first day of year 
Sql :: flutter sqlite auto incrementing id primary key 
Sql :: sql server list table sizes 
Sql :: find table from column name in sql 
Sql :: sql query to find duplicates in column 
Sql :: postgres change owner of schema 
Sql :: mariadb get column names from table 
Sql :: add column table sql default value 
Sql :: sql server alter column 
Sql :: sql convert datetime to year month 
Sql :: cannot pip install mysqlclient 
Sql :: how to add unique constraint in mysql table 
Sql :: what is meant by trigger in dbms 
Sql :: psql restore from tar 
Sql :: postgres update column with value from another table 
Sql :: delete entries in postgresql 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =