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

  • Home
  • SEARCH
  • 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 8052209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:29:23+00:00 2026-06-05T07:29:23+00:00

i have a view that is created form multiple tables view structure is id

  • 0

i have a view that is created form multiple tables view structure is

id     col1     col2     col3     col4

101     A     B     B     NULL

102     C     F     A     G

and so on (this is sample)

i want to create another view that look like

ID     col_name     value

101     col1     A

101     col2     B

101     col3     B

101     col4     NULL

102     col1     C

102     col2     F

102     col3     A

102     col4     G

and so on

can any one help plzzz

  • 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-05T07:29:25+00:00Added an answer on June 5, 2026 at 7:29 am

    Maybe something like this:

    SELECT id,'col1' AS colName, col1 AS value FROM table1
    UNION ALL
    SELECT id,'col2' AS colName, col2 AS value FROM table1
    UNION ALL
    SELECT id,'col3' AS colName, col3 AS value FROM table1
    UNION ALL
    SELECT id,'col4' AS colName, col4 AS value FROM table1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

if i have created a view model and have a partial form that is
I have a partial view that I have created called noteEditor. That is rendered
I have created a list view that displays the names and dates of items
I have a custom tableview cell created programmatically that consists of: a background view
I have a for loop that creates multiple UIImageViews that I add to self.view
I have a windows form that creates multiple console applications of the same program
I have multiple pages containing the same partial view. The partial contains a form
I have multiple MVC 3 forms that need form validation on certain fields (mostly
I'm having an issue with backbone.js' models. I have a view that creates another
In a word, how? I have a view controller that creates a few custom

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.