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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:54:19+00:00 2026-05-23T09:54:19+00:00

I want to covert rows to columns. IE: Take the following: HOPPER_CLOSE_TIME HOPPER_OPEN_TIME SR_NO

  • 0

I want to covert rows to columns. IE: Take the following:

HOPPER_CLOSE_TIME     HOPPER_OPEN_TIME     SR_NO    CAL_DONE  PARTIAL_CALC_DONE_TIME
------------------------------------------------------------------------------------
23-06-2011 10:26:41   23-06-2011 10:29:23  535100   2         23-06-2011 10:28:41

and i want it this way

HOPPER_CLOSE_TIME         23-06-2011 10:26:41
HOPPER_OPEN_TIME          23-06-2011 10:29:23
SR_NO                     535100
CAL_DONE                  2
PARTIAL_CALC_DONE_TIME    23-06-2011 10:28:41
  • 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-23T09:54:20+00:00Added an answer on May 23, 2026 at 9:54 am
    select HOPPER_CLOSE_TIME  new_column_name from table1 where your_condition_here
    union all
    select  HOPPER_OPEN_TIME  new_column_name from table1 where your_condition_here
    union all
    select  SR_NO             new_column_name from table1 where your_condition_here
    union all
    select CAL_DONE           new_column_name from table1 where your_conidtion_here
    union all
    selectnPARTIAL_CALC_DONE_TIME new_column_name from table1 where your_condition_here
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have time in NSString like 15:15 I want to covert this NSString time
I have a dataset table with rows and columns extracted. I want to display
I want to display rows to columns in Sql Server. I have seen the
Why would someone want to convert columns into rows (ie pivoting)? Which problem does
I want to covert my code in AWT to Swing in Java. ButtonGroup group1=new
I have a static csv file. I want to covert all the data in
I want to return the top three pets for each employee as columns instead
I have an Excel with the following structure which I want to convert to
Using C# : I want to convert this table into XML. Please ignore the
I have DataTable which retrieves multiple columns and rows. One of its column (Comments)

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.