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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:04:02+00:00 2026-05-30T07:04:02+00:00

I have 2 tables Table 1: DB1, DB2, DB3, DB4, DB5, Some other identifiers

  • 0

I have 2 tables

Table 1:

DB1, DB2, DB3, DB4, DB5, Some other identifiers

Table 2:

EnumText, EnumValue, Some other identifiers

What I want to do is to:-

  1. Select data from Table 1
  2. During Select, change the alias of columns DB1 to DB5 using the Data in Table 2’s EnumText column where EnumValue will contain DB1 to DB5.

A sample command would be:

Select 
    DB1 as [Select EnumText from Table2 where EnumValue='DB1'], 
    DB2, DB3 
from Table1

This command won’t work but I hope you people got the idea.

Thank you in advance.

  • 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-30T07:04:04+00:00Added an answer on May 30, 2026 at 7:04 am

    You can’t have dynamic aliases without dynamic SQL. If you did change the resultset column names, how do you access them via name? (I wouldn’t use index because it will break)

    So, you can add a fixed column to describe it. And read that

    Select 
        DB1, foo.EnumText AS DB1EnumText, 
        DB2, 
        DB3 
    from 
        Table1
        CROSS JOIN
        (Select EnumText from Table2 where EnumValue='DB1') foo
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have 2 databases - DB1 & DB2. Can I create a table in
Lets say we have two databases, one named db1, the other one named db2.
I have two tables: Table 1: ID, PersonCode, Name, Table 2: ID, Table1ID, Location,
Suppose you have these tables: Table Name: Salesman Fields: S_ID(Primary Key), Name Table Name:
i have 2 tables CREATE TABLE if not exists tag_name( + tagid INTEGER PRIMARY
I have 2 tables: CREATE TABLE `product_det` ( `id` bigint(12) unsigned NOT NULL AUTO_INCREMENT,
I have several tables: CREATE TABLE [dbo].[Tracks]( [Id] [uniqueidentifier] NOT NULL, [Artist_Id] [uniqueidentifier] NOT
Say I have three tables: Fruit (Table 1) ------ Apple Orange Pear Banana Produce
Here's the scenario: I have 2 tables: CREATE TABLE dbo.API_User ( id int NOT
I have two tables: a source table and a target table. The target table

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.