Help for this page

Select Code to Download


  1. or download this
    $str='SELECT "SELECT * FROM table1 WHERE ..." SQL FROM table2 WHERE';
    
    print "$1\n" while $str =~ /(\bFROM\b.*?\bWHERE\b)/g;
    
  2. or download this
    FROM table1 WHERE
    FROM table2 WHERE