sql >> Database >  >> RDS >> Mysql

Hoe te ontsnappen aan speciale SQL-tekens in reguliere expressies in Mysql

Gebruik gewoon een backslash voor het teken, zoals weergegeven in de MySQL-documentatie sectie 9.1 :

\0  An ASCII NUL (0x00) character.  
\'  A single quote ("'") character.  
\"  A double quote (""") character.  
\b  A backspace character.  
\n  A newline (linefeed) character.  
\r  A carriage return character.  
\t  A tab character.  
\Z  ASCII 26 (Control+Z). See note following the table.  
\\  A backslash ("\") character.  
\%  A "%" character. See note following the table.  
\_  A "_" character. See note following the table.  

Opmerking (uit de MySQL-documentatie):



  1. ACOS() Functie in Oracle

  2. Hulp nodig bij hiërarchische Mysql-query

  3. Hoe lang is de SHA256-hash?

  4. Activex ListView Control-zelfstudie-01