Explore >> Select a destination


You are here

martinheinz.dev
| | curatedsql.com
2.2 parsecs away

Travel
| | [AI summary] A collection of SQL-related blog posts from January 4, 2024, discussing topics like data manipulation, database management, and SQL Server features.
| | schinckel.net
1.9 parsecs away

Travel
| |
| | andreabergia.com
1.9 parsecs away

Travel
| | Window functions are an extremely powerful powerful part of the SQL 2003 standard, supported by most modern releases of databases such as Oracle 8+, Postgres 9.1+, SQL Server 2005+ and others. Sadly neither SQLLite or MySql seem to support them yet, but if you are working with a database where they are available, do use them: they can make your life a lot easier. Generally, with window functions, you can write simpler and faster code than you would without.
| | bartlomiejmika.com
25.5 parsecs away

Travel
| Learn how to protect API endpoints with access and refresh tokens using the third-party jwt-go library.