Skip to content

Instantly share code, notes, and snippets.

@wattpuppy
wattpuppy / sql2sf.py
Created November 18, 2019 21:01 — 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]
"""