SLQ to get data from idash_archive_events table
search cancel

SLQ to get data from idash_archive_events table

book

Article ID: 259929

calendar_today

Updated On:

Products

iDash Workload Automation

Issue/Introduction

How to get data from the idash_archive_events table

Environment

Release : 12.1.01

Resolution

Run the following SQL statements below:


select * from idash_archive_events where time is null
select * from idash_archive_events order vy file_time desc