Rev 29 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* Formatted on 2006/07/25 11:41 (Formatter Plus v4.8.6) */SELECT count(1) AS NUMFROM boms bm, bom_contents bc, network_nodes nnWHERE bm.bom_id = :bom_idAND bm.bom_id = bc.bom_idAND nn.node_id = bc.node_idAND nn.node_type_id IN (1)