6 ms·
For translation between dialects, you could use projects such as SQLGlot. The advantage of SQL is the standardization over many decades (yes, I know that it's s
by exagolo 11mo ago
For translation between dialects, you could use projects such as SQLGlot. The advantage of SQL is the standardization over many decades (yes, I know that it's still a mess with the different dialects).
- jinjin2 11mo agoSQLGlot is amazing. In many ways it helps erase the differences and bridge between dialects. It is so useful for moving complex queries between platforms.
- exagolo 11mo agoAgreed, and it's an amazingly well-maintained GitHub repo: https://github.com/tobymao/sqlglot https://github.com/tobymao/sqlglot Big kudos to Toby and the team.