mo-sql-parsing
mo-sql-parsing copied to clipboard
Auto-detect SQL flavour
SQLServer identifiers (eg [this is a column name]
) conflict with BigQuery's Array constructor (eg [1, 2, 3, 4]
). Can a good guess be made about which flavour we are parsing?