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 6622651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:26:03+00:00 2026-05-25T21:26:03+00:00

So I got two tables that I’ll reference with a INNER JOIN. In one

  • 0

So I got two tables that I’ll reference with a INNER JOIN. In one side the column type is Number(3, 0) and in the other is Varchar(150). Seeing that I CAN’T change the data types, I have to Cast it on the join. But, on the table that the column is varchar the string always have 3 digits like ‘001’, ‘010’ or even ‘100’ and so on…

My solution is use Case on the join like this:

INNER JOIN TAB1 ON TAB1.VARCHAR_COL = Cast(Case...), AS Varchar(150)

The Case have to format the number to a string with the tree digits prefixed, like mentioned above.
If data comes like ‘1’, Case have to format as ‘001’, if comes like ’10’, it will change to ‘010’…

Help me with the Case.

Edit: The varchar column have some values that aren’t numbers, so casting it show an error.

  • 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-05-25T21:26:03+00:00Added an answer on May 25, 2026 at 9:26 pm

    Doesn’t seem like any need for CASE at all.

    TAB1.VARCHAR_COL = TO_CHAR( TAB2.NUMBER_COL, '000' )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got two tables. One of them contains quotes and the other one lists
I've got a bunch of strongly typed DataSet that each have two tables. One
I got two tables one below the other. I want to move it up
I've got two tables (articles and tags) that have a one-to-many relationship. I remember
I've got two tables, one for openings and the other for bookings. An entry
I got two tables. One that holds all availeble trophys and one that holds
I've got two tables, one holds reservations for a room, and the other is
Iv got two DB tables. One containing types(Id, Name) and the other holds datapoints
I've got two tables that need to be joined via LINQ, but they live
I got two tables Product(Productname VARCHAR(10), Rating REAL) and Review(RatingID INT, Productname VARCHAR(10), Rating

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.