Skip to content
Advertisement

Getting An Error When trying to Calculate two columns

When I run my query I am getting a Precision Error. It is coming from my function after *

I tried changing the columns data type to an integer and to_number. it is a varchar.

I want the final column to have the result of the TableB.difference and order_bloomnet_msg_price

Advertisement

Answer

You should cast your values to avoid the error

Like this

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement