Error marker when trying to enter numeric values directly
HINTS
If you try to map literal numeric values into fields based on the decimal built-in type, you will see an error marker in the form of a wavy red line underlining the number in the mapping editor. To correct the problem, use the mapping function decimal to convert the literal numeric value to the decimal type.
Example:
Instead of
5.3
enter
decimal(5.3)
.