Cómo fórmula de conversión decimal de comercio binario Matemáticamente, estos valores se escriben como 10 0, 10 1, 10 2, 10 3, etc. Además, al convertir de Binario a Decimal o incluso de Decimal a Binario, debemos tener cuidado de no mezclar los dos conjuntos de números. Hemos visto anteriormente cómo convertir números binarios a Examples. Example 1: Use the DECIMAL function in order to force a DECIMAL data type (with a precision of 5 and a scale of 2) to be returned in a select-list for the EDLEVEL column (data type = SMALLINT) in the EMPLOYEE table.The EMPNO column should also appear in the select list. SELECT EMPNO, DECIMAL(EDLEVEL,5,2) FROM EMPLOYEE; Example 2: Assume the host variable PERIOD is of type INTEGER.