Get only the Varchar2 column channels

Hello
How can I extract only strings form varchar2 column type?
I have data like below.

25 - Abc xy
233 - xyz jj
x23A
9 - dd
5 - AAA (pp)

I need the outputs (-also be deleted)

ABC xy
XYZ jj
xA
DD
AAA (pp)


Thank you
Sujnan

Maybe...

API> WITH t AS (SELECT '25-Abc xy' AS col FROM DUAL
  2          UNION
  3          SELECT '233-xyz jj' FROM DUAL
  4          UNION
  5          SELECT 'x23A'  FROM DUAL
  6          UNION
  7          SELECT '9-dd'  FROM DUAL
  8          UNION
  9          SELECT '5-aaa(pp)'  FROM DUAL)
 10    SELECT TRANSLATE(col, '1234567890-', ' ') AS RES
 11    FROM t;

RES
----------
xyz jj
Abc xy
aaa(pp)
dd
xA

Transcurrido: 00:00:00.93

Tags: Database

Similar Questions

Maybe you are looking for

  • Can not activate family account in a language different iPhone

    I am the family Organizer and everything works very well with purchases, and thus on the kids request for approval. I pay the family for Apple music account. My children can use and everything works fine. My wife uses an iPhone 6 in a different langu

  • Satellite L300 - output does not work VGA

    I'm trying to set up a media center via my laptop Toshiba L300 to connect it to my VIZIO 37 "LCD via the port VGA (RGB) for the component in the TV. I connected everything, but consistantly TV says 'no signal '.Is there something I do not correctly?

  • image of BLOB analysis

    I like this image: I need to create BLOB objects for every group that has more than 5 pixels, so I want to extract the pixels that are in each BLOB. I could do this in different applications but do not know haw to use in labview

  • During the compression of an entire disk in XP, combine multiple files to single-sector?

    I'm curious about the similarities of compressing an entire disk works in xp-Edition family versus how a unit with compression used to work in older versions of Windows like ME, 98, etc... I'm talking about how in older versions, Windows would give a

  • Error code: C:\WINDOWS\system32\rundll32.exe__HELPP

    Everytime I open anything, he asks what program I want to open with. C:\WINDOWS\system32\rundll32.exe error code. What the devil do? I will not let me download any programs at all or open anything. As if I click on internet explore, a small screen co