DASL query for filtering outlook mails from more than one sender

I am trying to filter mails from sender A and sender B.
I want to understand if there is anything like ‘in’ clause from SQL to DASL queryies?

I am using “urn:schemas:httpmail:sendername LIKE” but this helps to filter mails from only one sender. I want filter from 2 specific senders like sender A and sender B.

@shantanu.khaladkar Take a look at this post :

You can embed multiple filters with AND , OR keywords in DASL queries.

Thank you for response.
Yes, i am using currently this only.
But, i am looking for equivalent of ‘in’ clause from SQL to DASL query.