IN datatable editor where condition.
IN datatable editor where condition.
aruncraftsion
Posts: 3Questions: 3Answers: 0
In Datatable editor where clause how to give multiple where condition.
eg:
IN table column pincode-i need to fetch 4pincode 600001,600003,600005,600023
->where( function ( $q )use ($pincode) {
$q->where( 'pincode',600011,'=');
} )
This discussion has been closed.
Answers
Duplicate of this thread - please post once.