• redcn2004 (4/19/2014)


    search rule is: when c0=1 and a0=b0 then print.

    the last result is:

    '00','01','02','00','00','00',1,0,0 --C0=1 A0=B0

    not sure I completely understand....for the first search rule if I run

    SELECT id, A0, A1, A2, b0, b1, b2, C0, C1, C2

    FROM T

    WHERE (C0 = 1) AND (A0 = b0)

    then I return 5 rows NOT the single row you show

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day