DEC2HEX(number[,places])
DEC2HEX function converts a decimal number to a hexadecimal number. places is an optional field, specifying to zero pad to that number of spaces.
DEC2HEX(42) equals 2A.
HEX2DEC, DEC2BIN, DEC2OCT.