L
Lebowski
I have a query with data in two columns:
Column A | Column B
1 2
3 4
5 6
The problem is to have all this data in only one column:
Column A+B
1
2
3
4
5
6
Any suggestions?
Column A | Column B
1 2
3 4
5 6
The problem is to have all this data in only one column:
Column A+B
1
2
3
4
5
6
Any suggestions?