Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
64 jtweddle 1
select *  from boms bm, production_bom prodbom, bom_names bn, dm_projects dmp
2
where bm.bom_id = prodbom.bom_id
3
and bn.bom_name_id = bm.bom_name_id
4
and dmp.proj_id = prodbom.proj_id
5
order by dmp.proj_name