Help for this page

Select Code to Download


  1. or download this
    SELECT "string" REGEXP "some regex";
    
  2. or download this
    SELECT col1, col2, ... FROM table WHERE col1 REGEXP 'your regex'