Please let me clear about the syntax.My question is that ,How to write the below query Laravel 4.2 query builder?
SELECT * FROM table WHERE 123 IN (col1, col2, col3, col4);
How to write query in Laravel 4.2? In that i have to search string in multiple column. 
 
    