Skip to content

Error in "UPDATE ... JOIN" statement #11

@tyru

Description

@tyru

https://www.mysqltutorial.org/mysql-update-join/

UPDATE T1
JOIN T2
ON T1.t2_id = T2.id
SET T1.name = T2.name
WHERE (... some conditions ...);
sql:Error:Expected ".", "SET", or [ \t\n\r] but "J" found.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions