I have a table in a database in SQL server 2005.one of the column is of XML datatype.the content of the columns is like
<info>This is a sample information .Anyone can help </info>
Now i want to query the data in the table with a part of the column value as response. ie : My desired output is "This is a sample "
What should be the query ? Substring is throwing an error