I have a table below. Daily 3 different files will run and status will be inserted into the table as Success/Failure. I need all the 3 files with status success and fetch that date. Here as per below table SQL query has to return Date 2020-02-25 (as all 3 files on that are a success)
Please help me with the Query, I tried many queries but not able to get the desired result.
ID Pipeline_name Status UpdatedDate
1 Student_Dump SUCCESS 2020-02-27
2 Teacher_Dump SUCCESS 2020-02-27
3 Subjects_Dump Failed 2020-02-27
4 Student_Dump SUCCESS 2020-02-26
5 Teacher_Dump Failed 2020-02-26
6 Subjects_Dump SUCCESS 2020-02-26
7 Student_Dump SUCCESS 2020-02-25
8 Teacher_Dump SUCCESS 2020-02-25
9 Subjects_Dump SUCCESS 2020-02-25