Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: COLUMNS_UPDATED() and syscolumns

    I want to inverse the byte sequence so I can use a byte operator with syscolumn.

    POWER(2,colorder) returns the byte in the right sequence and not COLUMNS_UPDATED()

    The bytes are ordered from...

  • RE: COLUMNS_UPDATED() and syscolumns

    CONVERT(int, COLUMNS_UPDATED() ) does not work

    columns_updated is 0xF2FF03

    the int value is 15924995

    the bin value is 11110010 11111111 00000011

    ...

Viewing 2 posts - 1 through 2 (of 2 total)