ylliX - Online Advertising Network

Allround Automations PL SQL Developer 2025 Free Download

Allround Automations PL SQL Developer 2025 Free Download. Offline installer standalone setup of Allround Automations PL SQL Developer 2025. Allround Automations PL SQL Developer 2025 Overview Allround Automations PL SQL Developer 2025 is a perfect IDE for database developers working with Oracle Databases. It has advanced tools and features to manipulate databases and execute scripts. […]

How to implement FILTER semantics with Oracle JSON aggregate functions

A cool standard SQL:2003 feature is the aggregate FILTER clause, which is supported natively by at least these RDBMS: ClickHouse CockroachDB DuckDB Firebird H2 HSQLDB PostgreSQL SQLite Trino YugabyteDB The following aggregate function computes the number of rows per group which satifsy the FILTER clause: SELECT COUNT(*) FILTER (WHERE BOOK.TITLE LIKE ‘A%’), COUNT(*) FILTER (WHERE […]

The JDBC driver Maven Central coordinates for the most popular RDBMS

Do you need to add a JDBC driver to your application, and don’t know its Maven coordinates? This blog post lists the most popular drivers from the jOOQ integration tests. Look up the latest versions directly on https://central.sonatype.com/ with parameters g:groupId a:artifactId, for example, the H2 database and driver: https://central.sonatype.com/search?q=g%3Acom.h2database+a%3Ah2 The list only includes drivers […]

Customer-Driven Engineering (Lara Rubbelke)

Subscribe: Apple Podcasts | Spotify | Android As technology evolves, more organizations across different industries are looking to adopt new technologies. Lara Rubbelke, Partner Engineering Manager at Microsoft, talked about how engineers at Microsoft collaborate with other organizations to build technical solutions. Lara explained that through customer engineering engagements, they are able to contribute to […]