Hi, I have a temporary table in sql server 2000. Sample data:
Course Email
20082.CIS.2010.01N someemail@hotmail.com
20082.MATH.2030.01N person2@hotmail.com
I was wondering if there is any way I can use query analyzer to remove the 20082 and the @hotmail.com from each column. Any help would be greatly appreciated.
Start Free Trial