Forgot your password?
typodupeerror
Databases IT

Say Hello To GoogleSQL (nerds.xyz) 32

BrianFagioli writes: Google has quietly retired the ZetaSQL name and rebranded its open source SQL analysis and parsing project as GoogleSQL. This is not a technical change but a naming cleanup meant to align the open source code with the SQL dialect already used across Google products like BigQuery and Spanner. Internally, Google has long called the dialect GoogleSQL, even while the open source project lived under a different name.

By unifying everything under GoogleSQL, Google says it wants to reduce confusion and make it clearer that the same SQL foundation is shared across its cloud services and open source tooling. The code, features, and team remain unchanged. Only the name is different. GoogleSQL is now the single label Google wants developers to recognize and use going forward.

This discussion has been archived. No new comments can be posted.

Say Hello To GoogleSQL

Comments Filter:
  • SELECT "GoogleSQL" AS "Hello";

    I guess.

  • Given how keen Alphabet is to kill off something that doesn't instantly earn billions, is this a hint this project is also at death's door?

  • by greytree ( 7124971 ) on Wednesday February 04, 2026 @05:47AM (#65968244)
    I've converted all my SQL code to use ZetaSQL and then to use GoogleSQL and we're getting ready to release to production and ... ...it's gone.

    You'll regret falling for a Google fad project: https://killedbygoogle.com/
  • Soon in the news (Score:5, Insightful)

    by Bu11etmagnet ( 1071376 ) on Wednesday February 04, 2026 @07:46AM (#65968320)

    Soon: Say Goodbye to GoogleSQL

  • Just give normal language instructions and let ChatGPT create the needed SQL
    Seems like it was made for that job.

  • by necro81 ( 917438 ) on Wednesday February 04, 2026 @08:58AM (#65968374) Journal
    There are lots of SQL already floating out there. Why did Google feel the need to add yet another to the mix? Does GoogleSQL genuinely offer benefits over others out there, or is it just not-invented-here syndrome?
    • by aitikin ( 909209 )

      There are lots of SQL already floating out there. Why did Google feel the need to add yet another to the mix? Does GoogleSQL genuinely offer benefits over others out there, or is it just not-invented-here syndrome?

      I know nothing about GoogleSQL/ZetaSQL, but its description from its GitHub page [github.com] describes it as an, "Analyzer Framework for SQL."

      Furthermore, if you read TFS, you'd know this is not a new project, merely just a new name. There are easily references to its previous name (ZetaSQL) dating back beyond 2020 (a few that I quickly found dating back to 2014), so they're not, "add[ing] yet another to the mix."

    • Itâ(TM)s the SQL dialect of all internal and cloud product databases in the company. They open sourced it to give BigQuery users the ability to run the parser by themselves for validations, etc. without using the engine. Itâ(TM)s not going anywhere.

      • by necro81 ( 917438 )

        It's the SQL dialect of all internal and cloud product databases in the company. They open sourced it to give BigQuery users the ability to run the parser by themselves for validations, etc. without using the engine. It's not going anywhere.

        That part I get. My deeper question is: why does this dialect need to exist at all? Does it accomplish something that other, pre-existing dialects did not (could not) accomplish?

    • There are lots of SQL already floating out there. Why did Google feel the need to add yet another to the mix? Does GoogleSQL genuinely offer benefits over others out there, or is it just not-invented-here syndrome?

      On the good days they do it to add some nice-to-have features (one dialect I'm aware of added a keyword that says "yeah, just assume I put all those fields in the GROUP by clause", which IMO should just be in the main spec). But it definitely is also a play for vendor lock-in. (Oh, you used our nice extensions? Welp, guess you're stuck with us unless you want to rewrite all your queries sucker!)

  • by SlashbotAgent ( 6477336 ) on Wednesday February 04, 2026 @09:55AM (#65968466)

    A Slashdot article that is a blog post about a blog post. For fucks sake Slashdot!

    To clarify; GoogleSQL(nee ZetaSQL) is a higher level SQL language for querying across a wide range of different SQL and SQL like systems.

    GoogleSQL is not a database.

    The link that TFA should have included is https://github.com/google/goog... [github.com]

  • They should have named it AlphabetSQL, right?

  • i'm cool, It's a goodbye google from me until the end of my time. You don't even realise how invasive this company is. Your android phone is constantly sending out shit to multiple domains on a constant basis, Even when you don't have a fucking google account on there. But, Learning this activity after a good 4 years, Blocking them on domain level is fine, Your phone is faster, Battery Improves, And nothing is sent to anybody. The lies must stop somewhere, And I will be one to tell you the truth. Ditch goog
  • DROP DATABASE ZetaSQL;

    -- aw, fsck it, we all know it's going to end like this anyway.

    DROP DATABASE GoogleSQL;

Mr. Cole's Axiom: The sum of the intelligence on the planet is a constant; the population is growing.

Working...