Changes between Initial Version and Version 1 of Ticket #10041, comment 11

Timestamp:
02/05/13 05:29:55 (3 months ago)
Author:
miqrogroove
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10041, comment 11

    initial v1  
    11I posted these two examples at the mysql.com string comparison page.  There's no need to support both of them, but it is an interesting exercise. 
    22 
    3 SELECT 'hello\\\\\'world' LIKE 'hello\\\\\\\\\\\'world' 
     3{{{SELECT 'hello\\\\\'world' LIKE 'hello\\\\\\\\\\\'world'}}} 
    44 
    55or 
    66 
    7 SELECT 'hello\\\\\'world' LIKE 'hello|\\|\\|\'world' ESCAPE '|' 
     7{{{SELECT 'hello\\\\\'world' LIKE 'hello|\\|\\|\'world' ESCAPE '|'}}}