I have a unicode table in db2 version 9, say project, with a description field.
In my web application, I have a URL that returns an XML string of a given project ID. The issue is that some of the projects have invalid characters, such as , for XML 1.0 standard.
My question is that how do I use a SQL query to identify all rows with  in description in the project table.