Advertisement
Guest User

Untitled

a guest
May 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. select product_id, f_get_product_code(product_id) as product_code, f_get_product_name(product_id) as product_name, qty, gl_amount
  3. from in_summary_monthly_amount
  4. where doc_type_id = -99 and date_year_month = '201710'
  5. order by f_get_product_name(product_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement