Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
29 jtweddle 1
/* Project Details */
2
select * from dm_projects prj, branches br, boms b
3
where prj.proj_id = br.proj_id
4
and b.BRANCH_ID = br.branch_id
5
and b.bom_id = :BOM_ID
6