Thanks for providing the access.
The next one works:
UPDATE department_members
SET `callsign` = callsign
WHERE `userID` = userID;
So, `` these for column names.
I see that we cannot use $ as variables. We need to type the names of the added parameters.
2 Likes