Skip to content

Instantly share code, notes, and snippets.

@Asimov4
Created April 9, 2012 22:36
Show Gist options
  • Save Asimov4/2347107 to your computer and use it in GitHub Desktop.
Save Asimov4/2347107 to your computer and use it in GitHub Desktop.
Regular Expressions for Notepad++
dbo\.ymdToDate\(([^()]+),([^()]+),([^()]+)\)
replace with
DATE(CONCAT(\1, '-',\2, '-',\3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment