Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Nested loop in a single table

    Currently I use a very simple query:

    SELECT o_projectno,o_projectname

    FROM dms_proj

    WHERE o_parentno = 0

    ORDER BY o_projectno

    and I combine all three quereies by hand. What I need to end up with is shown...

Viewing post 1 (of 2 total)