Zargo
Programmer
- Mar 21, 2005
- 109
Hi,
I hope this will be the last quesion for today. I have a table with streetnames and housenumbers. I want to update this column with only the streetname and put the housenumber in another column. The table which i have is look like:
TableA
street | supplement
My street 123 |
StreetABC 56 |
After the update the table needs to look like:
TableA
street | supplement
My street | 123
StreetABC | 56
Thanks for the last time...
I hope this will be the last quesion for today. I have a table with streetnames and housenumbers. I want to update this column with only the streetname and put the housenumber in another column. The table which i have is look like:
TableA
street | supplement
My street 123 |
StreetABC 56 |
After the update the table needs to look like:
TableA
street | supplement
My street | 123
StreetABC | 56
Thanks for the last time...