Viewing 2 posts - 1 through 2 (of 2 total)
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...
October 31, 2008 at 5:55 pm
#892634
CONVERT(int, COLUMNS_UPDATED() ) does not work
columns_updated is 0xF2FF03
the int value is 15924995
the bin value is 11110010 11111111 00000011
...
October 31, 2008 at 4:08 pm
#892614