We have a column (RESULT_VALUE) data type as string from PAY_RUN_RESULT_VALUES table , our requirement is to put the condition on RESULT_VALUE >1000. For achieving this condition we are trying to convert the RESULT_VALUE from string to number.
I tried TO_NUMBER(RESULT_VALUE) to convert into number but it's not working.
Please suggest how we can convert a string to number to get the above condition.