Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Shelving Location Report

select http://sl.id sl_id, sl.code sl_code, sl.name sl_name, sl.agency_id sl_agency, lms.id lms_id, lms.code lms_code, lms.name lms_name, l.id parent_loc_id, l.code parent_loc_code, l.type parent_loc_type
from shelving_location sl,
host_lms lms,
location l
where sl.host_system_id = lms.id
and sl.location_id = l.id

  • No labels