Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> string to number conversion
I have a large Oracle 7.3.x table that contains a varchar(2) column
(called "RESULT"); some values contain solely numeric data, others have
text data.
I would like to return the rows for which RESULT < (a number).
What is the most efficient way to strip out those rows which contain text in the RESULT field, prior to doing the above operation, which would give an Oracle error if it encountered a text row?
TIA,
Dan
Received on Fri Jan 22 1999 - 14:18:43 CST
![]() |
![]() |