How to check two id's at a time in table
Exampleselect name,id from table
where (name,id) in (select name,id from table2)
Error: An expression of non-boolean type specified in a context where a condition is expected, near ','.
it's thourging error please update the answer.