ms access 2010 - Convert Columns into Rows - SQL Server studio Management 2008 -


I have 3 IDs columns containing thds of different values. I am trying to convert them into rows. I have tried an unpiped method for success.

  ID 1 ID2 ID3 12345 54321 53 9954 8854 6565 7844 54 8744  

I woudld in a column to display my data

  IDS 12345 54321 53 9954 8854 ECT .. The sample code below SELECT * IDS  

#INIQUE to U

Unprivate (for ([ID 1], [id 2], [id 3]) as a P

Any help would be appreciated ... :) More research I do not have the best route I think is unpivot < / P>

Select all unrelated values:

  id1 to id Choose your form from your_table_name_ where ID1 is not a blank union, all selected ID2 from your_table_name_, where ID2 is not a blank association, all select IDs from _table_name_3 where id3 is not empty  

If you are only interested in try different values ​​

  id_ from your_table_name_ as the UDI. Choose ID from your_table_name_ select id3 Choose your id from your_table_name_here  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -