You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from BATCH_JOB_EXECUTION left outer join BATCH_JOB_EXECUTION_PARAMS on BATCH_JOB_EXECUTION.JOB_EXECUTION_ID = BATCH_JOB_EXECUTION_PARAMS.JOB_EXECUTION_ID order by BATCH_JOB_EXECUTION.JOB_EXECUTION_ID asc;