GoogleSQL was previously named ZetaSQL. Please refer to this doc for a guide that helps you to migrate. GoogleSQL defines a SQL language (grammar, types, data model, semantics, and function library) and implements parsing and analysis for that language as a reusable component. GoogleSQL is not itself a database or query engine. Instead, it's intended to be used by multiple engines, to provide cons

