gradinumcp
IS-IT--Management
Hi there!
I have 2 columns:
1) Division--with numbers 100, 101, 102,....
2) Stations-with numbers 1,2,3,...
I want to create another column say "Div-Station" with values 100-1, 100-2, 100-3, 101-1, 101-2.....so on.
How do i do that in SQL server. I am an absolute beginner in this.
Thanks!
I have 2 columns:
1) Division--with numbers 100, 101, 102,....
2) Stations-with numbers 1,2,3,...
I want to create another column say "Div-Station" with values 100-1, 100-2, 100-3, 101-1, 101-2.....so on.
How do i do that in SQL server. I am an absolute beginner in this.
Thanks!