Workaround for MySQL’s “can’t specify target table for update in FROM clause” Error

0
309

jOOQ workaround for "can't specify target table for update in FROM clause"

In MySQL, you cannot do this:

create table t (i int primary key, j int);
insert into t values (1, 1);

update t
set j = (select max(j) from t) + 1;

The UPDATE statement will raise an error as follows:

SQL Error [1093] [HY000]: You can’t specify target table ‘t’ for update in FROM clause

People have considered this to be a bug in MySQL for ages, as most other RDBMS can do this without any issues, including MySQL clones:

  • MariaDB 10.2
  • SingleStore 6 (previously known as MemSQL)

Luckily, jOOQ can easily transform such queries for you, whenever you’re trying to UPDATE or DELETE a target table, with a predicate that depends on the target table itself. In those cases, jOOQ will just apply the following workaround:

update t
set j = (
  select *
  from (
    select max(j) from t
  ) t
) + 1;

Now, the query works without any syntactic issues. Similar workarounds are documented in the MySQL docs, but with jOOQ, you simply don’t have to think about this limitation.

Published by lukaseder

I made jOOQ

Sponsored
Sponsored
Sponsored
Search
Virtualbook
CDN FREE
Categories
Read More
Art
Civilization VII: Ein zögerlicher Start, doch Take-Two bleibt gelassen
Civilization VII, Take-Two, Spielstart, Gaming-Branche, Kritiken, Verkaufszahlen, GTA,...
By Frieda Anna 2025-08-12 16:05:22 1 42
Home
48h Sanierung D´dorf Asbestkleber & Bodenbelag-0221-96986861
Floorflexplatten Düsseldorf - Von Floorflex, Cushion-Vinyl, asbesthaltigem Vinylboden bis...
By Shabirkhan 7sk 2025-02-24 06:33:42 0 306
Art
ميتا تكشف عن نظارات Hypernova الذكية وسوار التحكم بالإيماءات
## Einführung in die Hypernova-Technologie Meta hat kürzlich die neuesten Entwicklungen in der...
By Melina Lina 2025-08-25 21:05:21 1 37
Home
Asbestsanierung in Geldern 0231-98194868
Von A wie Asbesterkennung bis S wie Schadstoffanalyse. Wir helfen fachmännisch nach der TRGS...
By Shabirkhan 7sk 2025-02-06 06:47:49 0 335
Other
Hand Sanitizers in B2B Market: Size, Share, and Competitive Landscape – Forecast to 2032
Hand Sanitizers Market Overview and Key Drivers: The global hand sanitizer market, valued at...
By Cassie Tyler 2024-12-12 10:48:15 0 401
Sponsored
Virtuala FansOnly https://virtuala.site