By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 2 Duplicates: 0 Warnings: 0
| id | article_id | content | lang | version |
|---|---|---|---|---|
| 1 | 10 | content 10 | EN | 1 |
| 2 | 11 | content 11 | EN | null |
In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'fiddle.ac2.article_id'; this is incompatible with sql_mode=only_full_group_by
Rows matched: 1 Changed: 1 Warnings: 0
| id | article_id | content | lang | version |
|---|---|---|---|---|
| 1 | 10 | content 10 | EN | 1 |
| 2 | 11 | content 11 | EN | 1 |
Rows matched: 1 Changed: 1 Warnings: 0
| id | article_id | content | lang | version |
|---|---|---|---|---|
| 1 | 10 | content 10 | EN | 1 |
| 2 | 11 | content 11 | EN | 2 |
You can't specify target table 'article_contents' for update in FROM clause