Is there any way to add multiple where clauses?

Is there any way to add multiple where clauses?

Hi,

If this question is in reference to Query Builder, you can use the IN operator in the where condition, which allows constants separated with commas as a value.

Regards,
Adam