Guest User

Untitled

a guest
Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. select ou.shortname, ou.name, pou.name, aous.value
  2. from actor.org_unit ou
  3. join actor.org_unit pou on (ou.parent_ou = pou.id)
  4. join actor.org_unit_setting aous on (aous.org_unit = ou.id)
  5. where aous.name = 'circ.lost_materials_processing_fee'
  6. order by 1;
Add Comment
Please, Sign In to add comment