Tile

jOOQ Feeds

Best practices and lessons for writing Java and SQL code, with insights on developing jOOQ.

56 feeds
Loading tags...
Tile
https://blog.jooq.org/tag/oracle/feed RSS

Oracle – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen just now
Tile
https://blog.jooq.org/how-to-find-the-longest-consecutive-series-of-events-in-sql/feed/ RSS

Comments on: How to Find the Longest Consecutive Series of Events in SQL

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 87 views
Tile
https://blog.jooq.org/tag/oracle/feed/ RSS

Oracle – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 65 views
Tile
https://blog.jooq.org/the-cost-of-jdbc-server-roundtrips/feed/ RSS

Comments on: The Cost of JDBC Server Roundtrips

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 62 views
Tile
https://blog.jooq.org/tag/triggers/feed/ RSS

triggers – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 64 views
Tile
https://blog.jooq.org/tag/jooq-3-19/feed/ RSS

jOOQ 3.19 – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 62 views
Tile
https://blog.jooq.org/tag/derived-column-list/feed/ RSS

derived column list – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 83 views
Tile
https://blog.jooq.org/tag/procedural/feed/ RSS

procedural – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 39 views
Tile
https://blog.jooq.org/sql-incompatibilities-not-in-and-null-values/feed/ RSS

Comments on: SQL incompatibilities: NOT IN and NULL values

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 62 views
Tile
https://blog.jooq.org/dont-use-the-string-concatenation-trick-in-sql-predicates/feed/ RSS

Comments on: Don’t Use the String Concatenation “Trick” in SQL Predicates

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 67 views
Tile
https://blog.jooq.org/tag/t-sql/feed/ RSS

T-SQL – Java, SQL and jOOQ.

Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ.
Last seen 6 months ago 85 views
Tile

View full article
Tile
Select a feed to view its content

Loading feed entries...

How to Execute a SQL Query Only if Another SQL Query has no Results

How to Execute a SQL Query Only if Another SQL Query has no Results

How to Benchmark Alternative SQL Queries to Find the Fastest Query

How to Benchmark Alternative SQL Queries to Find the Fastest Query

How to Use SQL UPDATE .. RETURNING to Run DML More Efficiently

How to Use SQL UPDATE .. RETURNING to Run DML More Efficiently

Vendor Agnostic, Dynamic Procedural Logic with jOOQ

Vendor Agnostic, Dynamic Procedural Logic with jOOQ

Using IGNORE NULLS With SQL Window Functions to Fill Gaps

Using IGNORE NULLS With SQL Window Functions to Fill Gaps

How to Emulate Partial Indexes in Oracle

How to Emulate Partial Indexes in Oracle

jOOQ Tuesdays: Chris Saxon Explains the 3 Things Every Developer Should Know About SQL

jOOQ Tuesdays: Chris Saxon Explains the 3 Things Every Developer Should Know About SQL

How to Write Multiset Conditions With Oracle VARRAY Types

How to Write Multiset Conditions With Oracle VARRAY Types

Avoid Using COUNT() in SQL When You Could Use EXISTS()

Avoid Using COUNT() in SQL When You Could Use EXISTS()

Oracle’s BINARY_DOUBLE Can Be Much Faster Than NUMBER

Oracle’s BINARY_DOUBLE Can Be Much Faster Than NUMBER

Setting the JDBC Statement.setFetchSize() to 1 for Single Row Queries

Setting the JDBC Statement.setFetchSize() to 1 for Single Row Queries

How to Fetch Oracle 12c Implicit Cursors with JDBC and jOOQ

How to Fetch Oracle 12c Implicit Cursors with JDBC and jOOQ

Why You Should Design Your Database to Optimise for Statistics

Why You Should Design Your Database to Optimise for Statistics

How to Run a Bulk INSERT .. RETURNING Statement With Oracle and JDBC

How to Run a Bulk INSERT .. RETURNING Statement With Oracle and JDBC

Calculate Percentiles to Learn About Data Set Skew in SQL

Calculate Percentiles to Learn About Data Set Skew in SQL

Automatically Transform Oracle Style Implicit Joins to ANSI JOIN using jOOQ

Automatically Transform Oracle Style Implicit Joins to ANSI JOIN using jOOQ

How to Fetch All Current Identity Values in Oracle

How to Fetch All Current Identity Values in Oracle

Calling an Oracle Function with PL/SQL BOOLEAN Type from SQL

Calling an Oracle Function with PL/SQL BOOLEAN Type from SQL

Use jOOQ to Read / Write Oracle PL/SQL RECORD Types

Use jOOQ to Read / Write Oracle PL/SQL RECORD Types

Impress Your Coworkers With the Incredible NATURAL FULL OUTER JOIN!

Impress Your Coworkers With the Incredible NATURAL FULL OUTER JOIN!