ayi <t>Escape the square brackets:<br/> <br/> ...<br/> WHERE m.definition Like '%\[ABD\]%' ESCAPE '\'<br/> <br/> ```<br/> <br/> Then the square brackets will be treated as a string literals not as wild cards.</t>