|
You are here |
modern-sql.com | ||
| | | | |
blog.jooq.org
|
|
| | | | | Everyone knows the SQL SUM() aggregate function (and many people also know its window function variant). When querying the Sakila database, we can get the daily revenue (using PostgreSQL syntax): WITH p AS ( SELECT CAST (payment_date AS DATE) AS date, amount FROM payment ) SELECT date, SUM (amount) AS daily_revenue, SUM (SUM (amount)) OVER | |
| | | | |
use-the-index-luke.com
|
|
| | | | | MySQL and MariaDB become modern, Parallel PostgreSQL, SQL Server running on Linux, Oracle as cloud-only database, OFFSET in DB2 and row-values in SQLite. | |
| | | | |
www.sqlshack.com
|
|
| | | | | In this blog post we will show you step by step some tips and tricks for successful Query optimization techniques in SQL Server. | |
| | | | |
www.dbaglobe.com
|
|
| | | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc. | ||