Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Index on computed columns

    Hi,

    ^ operator will do the Bitwise XOR operation.

    Example:

    A=170

    B=75

    A^B = 225

    Explanation:

    (A ^ B)

    170 0000 0000 1010 1010

    75 ...

Viewing post 1 (of 1 total)