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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:02:13+00:00 2026-06-18T17:02:13+00:00

I have a table in SQL Server that contains an ID and also a

  • 0

I have a table in SQL Server that contains an ID and also a column with multiple values separated by a comma (like the example below)

ID        Category_number
-------------------------
1           3,5,6,8
2            4,8,23
3           4,7,5,3

I need to make this into a lookup table with 1 category number per row, so like below;

ID        Category_Number
-------------------------
1               3
1               5
1               6

I have been told that XPATH might be the solution to this. Does anyone have any sample code that will do this?

Thanks

  • 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-18T17:02:14+00:00Added an answer on June 18, 2026 at 5:02 pm

    See this answer Split

    Create that function in your database.

    Then you can create the results you want using:

    SELECT
        ID,
        A.S Category_Number
    FROM
        MyCsvTable
        CROSS APPLY dbo.Split (',', MyCsvTable.Category_Number) A
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table in SQL Server called [Donations] that contains donations given by
I have a table which contains my ads that can be searched in sql-server-2008.
I have an SQL Server 2005 table that has a varchar(250) field which contains
I have a SQL Server 2008 database with a table that contains a FILESTREAM
In SQL Server 2008 R2, I have a table (StatDays) that contains a count
I have a database column in a SQL Server 2008 database that contains VARCHAR
I have a SQL Server table that contains users & their grades. For simplicity's
Ok I have a table in my SQL Server database that stores comments. My
I have an user defined table function in SQL Server that aggregate data from
I have a junction table in my SQL Server 2005 database that consist of

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.