Hi All.....following function in not giving me correct output:
i mean to say there are so many calling numbers with their respective states codes so what i want here is that i will get only right 10 digits of mobile number as an output in my column "PhnNumber" from "Calling_Pty" column
update dbo.raw set PhnNumber = RIGHT(calling_pty,10)