Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to optimize this query

    table p [prod_id (pk) , name, status]

    table o [oid (pk), prod_id(fk), status]

    table p2p [p2pid (pk),path_id(fk), prod_id(fk), status]

    table pv [path_id(fk), cat_id (fk), step]

    table c [cat_id (pk), status, type]

    data

    table...

Viewing post 1 (of 1 total)