I want to apply following query in my Laravel5.0 application
sql = "select c.User_ID, c.Name, c.Mobile_No from client as c where c.User_ID not in "
+ "(select b.User_ID from bill_history as b where "
+ "b.User_ID = c.User_ID )";
for the current month so that I can find the due users of month. What will be format of the above mentioned query in Laravel5.0?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1NOqyjI
via IFTTT
Aucun commentaire:
Enregistrer un commentaire