sql >> Databasteknik >  >> RDS >> Mysql

Hur man undkommer speciella SQL-tecken i reguljärt uttryck i Mysql

Använd bara ett omvänt snedstreck före tecknet, som visas i MySQL-dokumentationsavsnitt 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.  

Notera (från MySQL-dokumentationen):



  1. MySQL uppdatera uttalande för att lagra ranking positioner

  2. Hur man skickar MySQL-databasdata till en MVC .NET-webbapplikation

  3. Hur man aktiverar TimescaleDB på en befintlig PostgreSQL-databas

  4. Infoga strängar i MySQL