Advertisement
aadddrr

Produk untuk Harga Standar

Feb 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. select * from in_summary_monthly_amount A where doc_type_id = 311 and qty <> 0 and gl_amount = 0
  2.     and not exists (select 1 from in_summary_monthly_cogs B
  3.         where A.product_id = B.product_id
  4.             and A.date_year_month = B.date_year_month
  5.             and B.qty_total <> 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement