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