huandu / go-sqlbuilder

A flexible and powerful SQL string builder library plus a zero-config ORM.
https://pkg.go.dev/github.com/huandu/go-sqlbuilder
MIT License
1.43k stars 120 forks source link

Language request: Google SQL #170

Open raphaelfff opened 4 days ago

raphaelfff commented 4 days ago

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax

Also known as Google Standard SQL, in use in BigQuery

huandu commented 3 days ago

It seems that Google Standard SQL can be considered as an alias of MySQL. Do you find any difference in SQL syntax?