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,'=');
} )
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,'=');
} )