![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Combining Columns How can you combine the information in two columns to one? Column A is first name Column B is last name I need there to be one column with both first and last name. (There is roughly 300K rows) |
My System Specs![]() |
| | #2 (permalink) |
| Vista Business x64 | Re: Combining Columns SELECT A + ' ' + B as fullname FROM mytablename This returns the data to your app with the two fields combined with a space separator. Last name first is: SELECT B + ', ' + A as fullname FROM mytablename |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Help with combining command. | PowerShell | |||
| Combining WMI Results possible? | PowerShell | |||
| Combining Drives | Vista General | |||
| How to Disable ''Write Combining''? | Graphic cards | |||
| Disable Write Combining? | Vista General | |||