Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Детализация по извещениям
  2. select
  3. a.bodyitempurchasenoticedatacustomermaininfofullname,
  4. a.bodyitempurchasenoticedatacustomermaininfoinn,
  5. a.bodyitempurchasenoticedataregistrationnumber,
  6. a.bodyitempurchasenoticedatapurchasecodename,
  7. a.bodyitempurchasenoticedatapurchasemethodcode,
  8. a.bodyitempurchasenoticedatapublicationdatetime,
  9. a.bodyitempurchasenoticedatalotslotlotdatasubject,
  10. case
  11.     when a.nmck=''  or a.nmck=' ' then b.lotdatainitialsum else a.nmck::numeric end nmck,
  12. a.bodyitempurchasenoticedataversion
  13. from eis_notice_223all a
  14. left join eis_notice_223_lotsall b on a.bodyitempurchasenoticedataregistrationnumber=b.bodyitempurchasenoticeaesmbodataregistrationnumber
  15. Where nmck is Not Null
  16. order by bodyitempurchasenoticedatacustomermaininfofullname
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement