OCT2HEX(number[,places])
OCT2HEX function converts an octal number to a hexadecimal number. places is an optional field, specifying to zero pad to that number of spaces.
OCT2HEX(132) equals 5A.
HEX2OCT, OCT2BIN, OCT2DEC.