Search
 
SCRIPT & CODE EXAMPLE
 

SQL

APEX elapsed time

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 :: sql varchar(255) 
Sql :: db: vertex.nedb() 
Sql :: declare table temporary sql server 
Sql :: mysql type conversion 
Sql :: create user oracle hash by value 
Sql :: postgresql copy backup table 
Sql :: drop unique constraint 
Sql :: dynamic pivot 
Sql :: mysql workbench copy table structure 
Sql :: odoo there is no primary key for referenced table "res_users" 
Sql :: postgre regex exactly 1 characters 
Sql :: cast as double sql 
Sql :: create darabase in sql 
Sql :: PostgresDownload 
Sql :: Join base on multiple or conditions 
Sql :: oracle c# multiple update sql 
Sql :: create-table-with-index-organization 
Sql :: mysqlcli how to load external sql file 
Sql :: check or repair mysql database table 
Sql :: how much space does sql server take per row 
Sql :: composit key in sql 
Sql :: How to insert NULL value in MySQL 
Sql :: suse start MySQL 
Sql :: sql set devault value with existing column 
Sql :: tsql table column constraint must be uppercase 
Sql :: set mysql socket file docker windows 
Sql :: generate sql trigger through ef migration 
Sql :: SQL ORDER BY With Multiple Columns 
Sql :: flask sqlalchemy single table inheritance 
Sql :: install phpmyadmin pma 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =