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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:07:22+00:00 2026-05-14T03:07:22+00:00

I have Table A. How can I select from Table A to get Table

  • 0

I have Table A. How can I select from Table A to get Table B Format?

Table A

Employee Name Effective Date FieldType     FieldValue
Maung Mya           1/1/2005 Title         Project Engineer
Maung Mya           1/1/2005 Department    IT Department
Maung Mya           1/1/2007 Title         Assist Project Manager
Kyaw Kyaw           1/1/2006 Title         Software Engineer
Kyaw Kyaw           1/1/2006 Department    IT Department

Table B

Effective Date Employee Name Title                  Department
1/1/2007       Maung Mya     Assist Project Manager IT Department
1/1/2006       Kyaw Kyaw     Software Engineer      IT Department
  • 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-14T03:07:22+00:00Added an answer on May 14, 2026 at 3:07 am

    Yes, I got it! Based on Gabe’s answer, I can retrieve the format I want and only 2 records. Thanks all! The answer is as follows.

    SELECT  TableA.[Effective Date],  TableA.[Employee Name],  TableA.FieldValue AS Title,A2.FieldValue AS Department FROM TableA INNER JOIN  TableA AS A2 ON TableA.[EmployeeName] = A2.[EmployeeName] AND  TableA.[EffectiveDate] = (SELECT MAX([EffectiveDate]) FROM TableA AS A3 WHERE A3.[EmployeeName] = TableA.[EmployeeName] AND A3.FieldType = 'Title') AND  TableA.FieldType = 'Title' AND  A2.FieldType = 'Department'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with a column event_time . How can I select two
I have a table. In this table have select element. How can I find
I have a table and the date-times in it are in the format: 2011-07-01
I have the following query: SELECT id, subject, date FROM mail WHERE date >
I have a table which defines what things another table can have, for example:
I have a table of product information with many bit columns. This table can
I have a table and can count the number of rows using var count
Suppose I have table A with a field that can be either 1 or
I have a table with one field that can point to a foreign key
Can a fact table have no keys at all? or if it can, is

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.