robert 1 vuosi sitten
vanhempi
commit
b6712ba41e
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      queries/collection.sql

+ 5 - 0
queries/collection.sql

@@ -0,0 +1,5 @@
+SELECT * FROM `invoice_details` d LEFT JOIN sellers s ON d.seller_id = s.seller_id AND d.project_id = s.project_id
+
+WHERE s.name is null and d.project_id = '9'
+
+