Hi,
Table 1: Query Result
| workflow | complaint | status | is_onsite |
| 1 | 1 | Active | 0 |
| 1 | 1 | Cancel | 1 |
Table 2: Expecting
| Workflow | complaint | true |
| 1 | 1 | yes |
in Table 1, if any one row having is_onsite =1 then i have to consider that particular complaint as true
| workflow | complaint | status | is_onsite |
| 1 | 1 | Active | 0 |
| 1 | 1 | Cancel | 1 |
| Workflow | complaint | true |
| 1 | 1 | yes |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Laxmidhar SahooPosted Dec 11, 2017, 7:11 AM
Ramesh PalanivelPosted Dec 11, 2017, 3:01 AM