|
You are here |
vladmihalcea.com | ||
| | | | |
avestura.dev
|
|
| | | | | Have you seen this legendary SQL iceberg meme? Let's talk about it while wearing our PostgreSQL hat! | |
| | | | |
pganalyze.com
|
|
| | | | | We walk through problems you might encounter with MultiXact transaction IDs and give food for thought about when to us foreign keys in Postgres. | |
| | | | |
antonz.org
|
|
| | | | | Inserting and updating data with a single query. | |
| | | | |
andreabergia.com
|
|
| | | 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. | ||