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

Sponsorluk
Sponsorluk
Sponsorluk
Site içinde arama yapın
Virtualbook
CDN FREE
Kategoriler
Read More
Other
High Profile Call Girls in Gurgaon | Independent Escort Services
Call Girls in Gurgaon – High Profile Independent Escorts Are you looking for beautiful and...
By Patola Girls 2025-08-30 19:12:49 0 39
Art
选择哪个 iPhone 17 型号?深度解析与批判
iPhone 17, iPhone 17 Air, 苹果手机, 智能手机购买指南, 手机型号比较, 手机市场分析, 苹果手机特点, iPhone 购买建议 ## 引言...
By Peng Wan 2025-09-14 10:05:17 1 41
Art
Latam-GPT: L'Intelligenza Artificiale Libera e Collaborativa dell'America Latina
Latam-GPT, intelligenza artificiale, open source, tecnologia dell'America Latina, innovazione, AI...
By Daniele Matteo 2025-09-02 02:05:35 1 58
Other
Wellbore Stability and Beyond: Opportunities in Drilling Fluids and Chemicals
According to the recent analysis by Polaris Market Research, the Drilling Fluids And Chemicals...
By MAYUR YADAV 2025-09-01 10:28:05 0 19
Other
Rentvesting vs Buying Property: What’s the Best Financial Strategy for Students?
When it comes to securing financial freedom and building wealth, students are increasingly...
By Sms Varanasi 2025-05-20 09:11:27 0 250
Sponsorluk
Virtuala FansOnly https://virtuala.site