Python script to convert a INPUT SQL query to a UPDATE SQL query
python convert.py <FILENAME>
The file passed to the converter needs to be in correct input SQL syntax. Furthermore, the queries need to be ended by a semicolon and separated by a line break.