Help for this page

Select Code to Download


  1. or download this
    m/insert\s+into\s+(\S+)\s*\(\s*([^)]+?)\s*\)\s*
       (?:values\s*\(\s*([^)]+?)\s*\)
    ...
          select\s*(.+?)\s+(?:where|order)
       )
     /ix
    
  2. or download this
    m/insert\s+into\s+(\S+)\s*\(\s*([^)]+?)\s*\)\s*
       (?:values\s*\(\s*([^)]+?)\s*\)
    ...
          select\s*(.+?)\s+(?:from\b)
       )
     /ix