Search
 
SCRIPT & CODE EXAMPLE
 

SQL

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 :: sql int ++ 
Sql :: postgresql inline table 
Sql :: SELECT * INTO ROW NUMBER 
Sql :: Select all columns except one in MySQL? 
Sql :: declare row variable sql server 
Sql :: mysql primary vs unique 
Sql :: hibernate xml property MySQL url, username and password 
Sql :: select distinct records in sql with maximum time desc 
Sql :: big query get distinct array of objects 
Sql :: oracle execute package dblink 
Sql :: firebase sql 
Sql :: dbname+tablename 
Sql :: from weeknumber to date 
Sql :: how to check if there is no database schema 
Sql :: ksqldb limit pull query ksql kafka 
Sql :: how to enter psql shell 
Sql :: optimize sql query 
Sql :: delete duplicate sql 
Sql :: microsoft sql server import bak file 
Sql :: in condition in sql 
Sql :: finding leap year in sql 
Sql :: Sql stand 
Sql :: add column in table in sql 
Csharp :: ms crm set state request dynamics 365 set state request 
Csharp :: unity cycle children 
Csharp :: c# find start and end of month from object date 
Csharp :: csgo throw last grenade bind 
Csharp :: OnInitialized blazor 
Csharp :: how to set a custom size for window in monogame 
Csharp :: urlreferrer in asp.net core 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =