Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle apex call duration

SELECT ELAPSED_TIME, numtodsinterval(ELAPSED_TIME, 'second') IV,
       extract(MINUTE FROM numtodsinterval(ELAPSED_TIME, 'second')) MI,
       extract(SECOND FROM numtodsinterval(ELAPSED_TIME, 'second')) SS
FROM APEX_WORKSPACE_ACTIVITY_LOG 
WHERE WORKSPACE = 'wks_name'
    AND APEX_USER = 'user_name'
    AND APPLICATION_ID = 'app_id';
Comment

PREVIOUS NEXT
Code Example
Sql :: contraint default SQL 
Sql :: oracle 11g default profile values 
Sql :: naming conventions postgres index 
Sql :: default column value in sql same as other column 
Sql :: SQL ANY and ALL Operators 
Sql :: leftjoin in sql 
Sql :: how to get n result in sql 
Sql :: Load SQLite in Jupyter Notebook together with the access to the file 
Sql :: insert statement with $1 
Sql :: plus or add balance in postgresql sql 
Sql :: regex any word except sql 
Sql :: mysql aspas simples 
Sql :: tornado_mysql 
Sql :: dumping sql table 
Sql :: Find Last Fractal Function MQL4 
Sql :: what alter does in db 
Sql :: postgresql copy backup table 
Sql :: split a database into related tables based on their structure in MySQL 
Sql :: subconjuntos da linguagem SQL 
Sql :: sql server: how to assign value to table variable returned from function 
Sql :: cara menampilkan tabel yang tidak mengandung kata di sql server 
Sql :: mariadb select limit offset 
Sql :: get the next column of a table in mysql 
Sql :: ring MySQL get the inserted row id 
Sql :: oracle date summer time 
Sql :: MySQL Quartiles in SQL query 
Sql :: how to make letter id primary key in mysql 
Sql :: check records older than 10 days 
Sql :: sql set devault value with existing column 
Sql :: how to escape single quotes in SQL 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =