소스 검색

collection

robert 1 년 전
부모
커밋
b6712ba41e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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'
+
+