Environment
Oracle 11g
Problem
I write wrong value into specific column, it should accept numeric only.
Solution
To test a string for numeric characters, you could use a combination of the length function, trim function, and translate function built into Oracle.
You can use the following command:
Reference: http://www.techonthenet.com/oracle/questions/isnumeric.php
No comments:
Post a Comment