Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
select pr.id, pr.date_created, pr.active_workflow, pr.patron_hostlms_code, pr.status_code, pr.local_request_status, pr.local_item_id, pr.local_item_status, pr.next_scheduled_poll, sr.local_item_status, sr.local_status, sr.local_agency from patron_request pr, supplier_request sr where sr.patron_request_id = pr.id order by date_created;