S
scott
I have a table that looks like this
123 456 789 102
324 365 784 987
I want to append all of these columns on top of each other
with a query to a table so it looks like this.
123
456
789
102
324
365
784
987
How would I go about doing this?
Thanks
Scott
123 456 789 102
324 365 784 987
I want to append all of these columns on top of each other
with a query to a table so it looks like this.
123
456
789
102
324
365
784
987
How would I go about doing this?
Thanks
Scott