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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:31:57+00:00 2026-06-12T09:31:57+00:00

I have a db where one column contains 2 pieces of data, e.g. first

  • 0

I have a db where one column contains 2 pieces of data, e.g. first and last name.

The format is roughly ABC-1D23-4F34

I want to copy and insert the first 3 letters, the ABC, into a new column. Lets call these columns [full_id] and [ref_id]

From reading it looks like substring is able to do this but I am doing something wrong here.

INSERT INTO [ref_id]

SUBSTRING([full_id], 1, 3)

FROM db.Name

Thank you for the help.


EDIT:

The update string worked. But I found that there are issues with my data and it is not all in proper formatting.

Is there a way to write a case where if the substring is not 3 letters it writes a null value?

Thanks again, and sorry for having bad data.

  • 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-12T09:31:58+00:00Added an answer on June 12, 2026 at 9:31 am

    Try

    UPDATE Name
    SET ref_id = CASE WHEN CHARINDEX('-',full_id) = 4 THEN SUBSTRING(full_id,1,3) ELSE NULL END
    

    That will set the ref_id column for all rows using the first 3 characters of the full_id column.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have ONE column in MySQl table which contains words in this format: Name
I have a table with some project data. One column contains Completion %. By
I have one column in my table which will store data in string format
I have one table that has Image Data type column, that column contains Pdf
I have 20000-50000 entries in an excel file. One column contains the name of
In my SQL 2008 database table, I have one column name AUTHOR that contains
I have one table with name CateringPurchaseOrder. That table contains one column with name
I have one main table MainTable ( ID, Name ) The Name column contains
i have one data column in db it's contains varbinary(max) Some of records will
I have a datagridview in which one column contains a custom class, which I

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.