Quantcast
Viewing all articles
Browse latest Browse all 14

Answer by samzna for Laravel Eloquent "WHERE NOT IN"

Query Builder:

    DB::table('book_mast')->select('book_name','dt_of_pub','pub_lang','no_page','book_price')    ->whereNotIn('book_price', [100,200])->get();

Eloquent:

BookMast::select('book_name','dt_of_pub','pub_lang','no_page','book_price')->whereNotIn('book_price', [100,200])->get();

Viewing all articles
Browse latest Browse all 14

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>