Use BLOB column in WHERE Clause
624441Feb 9 2009 — edited Mar 24 2010I need to construct a query that use a BLOB column in the where clause.
This BLOB columns stores a XML text. Then, I need to search all records in the table where BLOB field contains the string I search.
It is possible ?