recognize alpha's in varchar field of numeric characters



I want to recognize alpha values buried in varchar fields.

5555X5555 = hit
5555555 = no hit

select * from table where to_number(field) is not null;

Doesn't work. Was counting on to_number to fail if it hit an alpha,
which it does, but the
query dies too. Any ideas? Can do with simple sql?
.



Relevant Pages

  • Re: ECC (Was: building audio pc)
    ... If you mean alphas don't hit the chip, ... alpha hits don't flip a bit, ... Imagine how much better consumer audio equipment ...
    (rec.audio.pro)
  • Re: What is the deepest game ever? WPT? LOTR? TSPP?
    ... Hit the alpha ramp from either flipper, ... zone and you get a total of 3 artifacts. ...
    (rec.games.pinball)
  • Re: Driver - what to choose
    ... You don't need a low COG. ... COG high increase it, may see this graphic, where you hit the ball ... While I am a committed Wishon Golf technology guy, I truly believe that Alpha makes top quality stuff. ... Please feel free to contact me directly if you don't feel comfortable posting your questions. ...
    (rec.sport.golf)
  • Re: STTNG Question
    ... I can't hit ... the alpha to save my life. ... settleing me down. ...
    (rec.games.pinball)
  • Re: DataTable Limitations
    ... I think that you will hit computer's memory limit way before you'll hit any ... dataset limit. ... > We've currently got a "process" that takes de-normalized data from SQL ... > Server, transforms the data into normalized tables, ...
    (microsoft.public.dotnet.framework.adonet)