I tried:
UPDATE `tablename` SET `fieldA` = `fieldB`
WHERE fieldC = 'X';
in different combinations of fieldnames with/without _`_
I got: "Getroffen rijen: 0 (Query duurde 0.0011 sec)".
In normal language:
The group tablerows where fieldC has the value X
should have the content of fieldB in fieldA.
I found the technical term 'self-join' but
couldnt do much with it.\(Neither did I find examples that came close.
TIA4 any help ...
JanHolland