Browse Source

collection

robert 1 year ago
parent
commit
b6712ba41e
1 changed files with 5 additions and 0 deletions
  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'
+
+