> What are you actually trying to match with \017? As far as I know, it's > treating the \0 part as a NUL byte and trying to match that. Are you > trying to match a NUL byte? Or are you trying to match ASCII 17 or > something?
Hello matt, i am trying to match a binary string (with binary data) against a column of type MEDIUMTEXT/MEDIUMBLOB that contains binary data... how can i encode the byte 17 into a mysql string? is it possible? -g. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]