Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Created November 11, 2013 17:49
Show Gist options
  • Save fabriceleal/7417279 to your computer and use it in GitHub Desktop.
Save fabriceleal/7417279 to your computer and use it in GitHub Desktop.
Search for sql inserts without explicit columns.
grep -Eir "insert +into +[a-zA-Z0-9_]+ values" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment