Hi,
Maybe someone can help...
I have a database which contains a column called AgeRange, which holds values such as 11 - 14, 7, 4 - 18, etc.
Is there a T-SQL query I could run to split this data into two new columns called AgeMin and AgeMax - using the hyphen as the divider?
There are several thousand records, so to automate this would be great!
Thanks for any help...
Dan
Maybe someone can help...
I have a database which contains a column called AgeRange, which holds values such as 11 - 14, 7, 4 - 18, etc.
Is there a T-SQL query I could run to split this data into two new columns called AgeMin and AgeMax - using the hyphen as the divider?
There are several thousand records, so to automate this would be great!
Thanks for any help...
Dan