Hi,

I'm trying to compare strings on a varchar field.

The code: 'select * from Image where `0020,0032`="-131.178600\ \107.113725\\200.064000";' returns the correct result set.

However, the code: 'select * from Image where `0020,0032` LIKE "%-131.178600\\107.113725\\200.064%";' returns an empty set, and so does 'select * from Image where `0020,0032` LIKE "-131\.178600\\107\. 113725\\200\.064000";'

I can't really figure out why, can anyone explain?

Thx,
Michael

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to