robert hai 1 ano
pai
achega
b6712ba41e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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'
+
+