Explore >> Select a destination


You are here

modern-sql.com
| | blog.jooq.org
2.9 parsecs away

Travel
| | 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
0.6 parsecs away

Travel
| | 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
4.5 parsecs away

Travel
| | 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
28.3 parsecs away

Travel
| A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc.