alec7s / sql-converter

Python app for converting SQL UPDATE scripts to INSERT scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

SQL code requirements:

  • Cannot contain syntax errors
  • Single space required around any special characters (i.e., comma, equals sign, etc.)
  • Must use single quotation marks
  • Must end with semi-colon
  • Cannot contain comments other than first line above script
  • Only supports insert or update scripts

Instructions:

About

Python app for converting SQL UPDATE scripts to INSERT scripts


Languages

Language:Python 100.0%