Skip to content

Instantly share code, notes, and snippets.

View kapziel's full-sized avatar

Si Jarvis kapziel

View GitHub Profile
@kapziel
kapziel / sql2sf.py
Created November 1, 2019 09:21 — forked from tamiroze/sql2sf.py
Converts Oracle, SQL-Server, and other DDL to Snowflake DDL
#!/usr/bin/python
# $Id: $
# Converts Oracle, SQL-Server, and other DDL to Snowflake DDL
def usage():
print """\
# Usage: sql2sf.py input-file [output-file]
"""