Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8102733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:19:14+00:00 2026-06-05T23:19:14+00:00

In Oracle, I have a table with a column (X) which can have strings

  • 0

In Oracle, I have a table with a column (X) which can have strings like this:

97M

481

101X
88
21E
etc.

I want to select just those rows where the integral value of x > 90. In this example, I would expect to get back the rows containing values 97M, 101X and 481. How can I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T23:19:15+00:00Added an answer on June 5, 2026 at 11:19 pm

    You can always use translate to remove alpha characters.

    TO_NUMBER(translate('90F', '1ABCDEFGHIJKLMNOPQRSTUFWXYZ', '1')) -- = 90
    

    Translate does a 1 to 1 translation of the characters in the second argument to the characters in the third argument.

    Here’s a different example.

    translate('ABCDEFG', 'ABC', 'XYZ') = 'XYZDEFG'
    
    A -> X
    B -> Y
    C -> Z
    

    Now if you look at my example

    translate('90F', '1ABCDEFGHIJKLMNOPQRSTUFWXYZ', '1')
    
    1 -> 1 (this is here because if that last argument is null, you'll get an empty string)
    A -> ? there's nothing here, so oracle will translate it to nothing
    B -> same as above
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we have a table in an Oracle Database which contains a column with the
We have a Oracle 9i database and OrderDetails table which has a column to
I have an Oracle table with data that looks like this: ID BATCH STATUS
This is what I want to know. I have a table which has the
Hi I have a table column in Oracle 10 which contain a string array
I have a table in Oracle where one of the column contains UserIds which
I have an Oracle (10.2.0.4) database table with a column which is encrypted by
I have this Oracle table which is used to store application settings. This is
I have table consisting of notes for every user which looks like this: user_id
I have this table in an Oracle DB which has a primary key defined

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.