Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 197 Bytes

aliasing_tables.md

File metadata and controls

8 lines (8 loc) · 197 Bytes
select ams.id as machine_id
     , ams.occurred_on
     , sg.lot_number
     , sg.id as soft_goods_id
  from apheresis_machine_setups ams
  join soft_goods sg on sg.id = ams.soft_good_id