Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

MySQL में रेगुलर एक्सप्रेशन में विशेष SQL वर्णों से कैसे बचें?

जैसा कि MySQL डॉक्यूमेंटेशन सेक्शन 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.  

नोट (MySQL दस्तावेज़ से):



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. MySQL डेटाबेस में DECIMAL कैसे डालें

  2. एक निश्चित समय अवधि से पहले और बाद में मौजूद मानों की गणना करें

  3. MySQL क्वेरी - प्रति दिन नए उपयोगकर्ता खोजें

  4. क्या PHP के preg_replace के बराबर एक MySQL है?

  5. MySQL - संग्रहित प्रक्रिया में इनपुट विस्फोट/विभाजित करें