Kleber_Marra
6 years agoLevel 4
Report SQL error on date and time
Hi Everyone, how are you?
I'm running this query and is returning me with the start and end time totally different from OpsCenter itself, can you help me?
select domain_jobarchive.clientname as "Client"
,nb_jobdbinstancearchive.dbname as "Database"
,"DBA"."UTCBigintToUTCTime"(domain_jobarchive.starttime) as "Start Time"
,"DBA"."UTCBigintToUTCTime"(domain_jobarchive.endtime) as "End Time"
,domain_jobarchive.statuscode
from nb_jobdbinstancearchive
join domain_jobarchive
order by domain_jobarchive.endtime desc;
Best Regards
Marra