Re: [GENERAL] select Xpath is returning values with {}

2013-11-12 Thread dinesh kumar
On Tue, Nov 12, 2013 at 8:46 PM, gajendra s v wrote: > Hi All, > > How to remove {} from output > > I am using below query > > select (xpath('//Grading_Automated',(select xmlgrading from km_course_mast > where id='10'))) from km_course_mast where id='10' > > The out is below > > "{" > > "

[GENERAL] select Xpath is returning values with {}

2013-11-12 Thread gajendra s v
Hi All, How to remove {} from output I am using below query select (xpath('//Grading_Automated',(select xmlgrading from km_course_mast where id='10'))) from km_course_mast where id='10' The out is below "{" "}" Thanks, Gajendra