amardesai2005
Programmer
Is any one know how do i remove { charchter from sql table.
I have table called Products and there is field called GUID
which has data like this
{00020409-78E1-11D2-B60F-006097C998E7}
{00040409-78E1-11D2-B60F-006097C998E7}
Windows 2000 Service Pack
Q828026
Now I want to write a query which will remove '{', '}' character if it's exist.
Let say for above data i need out put like this
00020409-78E1-11D2-B60F-006097C998E7
00040409-78E1-11D2-B60F-006097C998E7
Windows 2000 Service Pack
Q828026
Is anybody can help me out
Thanks for your help
AD
I have table called Products and there is field called GUID
which has data like this
{00020409-78E1-11D2-B60F-006097C998E7}
{00040409-78E1-11D2-B60F-006097C998E7}
Windows 2000 Service Pack
Q828026
Now I want to write a query which will remove '{', '}' character if it's exist.
Let say for above data i need out put like this
00020409-78E1-11D2-B60F-006097C998E7
00040409-78E1-11D2-B60F-006097C998E7
Windows 2000 Service Pack
Q828026
Is anybody can help me out
Thanks for your help
AD