Hello all! Relatively newbie here.
I think my question is simple but I am just struggling with finding a query for it.
I have a table in an SDE. An example of the structure:
object_id job_id update_start status
1 xxx 2/15/2024 13:00:00 Success
2 xxx 2/20/2024 13:00:00 Success
3 xxx 2/25/2024 13:00:00 Fail
I am using a FeatureReader to read this table and I need to extract the most recent succesful run from this table (i.e. in this case only row 2). I am using the where clause but it keeps returning me blank and I ran out of ideas.
Any help is appreciated!
Regards,