Advertisement
GLASHATAY_007

Untitled

Feb 29th, 2024
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Select
  2.     lu.lot_id,
  3.     clu.type ,
  4.     lu.purchase_object_type
  5. From public.cm_lot_units clu
  6. Inner join public.lot_units lu on lu.id = clu.lot_unit_id and lu.actual= true
  7. Where lu.lot_id in (5050791,5049246,4385259)
  8. Order By lu.lot_id Desc
  9. limit 123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement