Skip to content
Advertisement

Tag: mysql-error-1054

Unknown column in ‘field list’ error on MySQL Update query

I keep getting MySQL error #1054, when trying to perform this update query: It’s probably some syntax error, but I’ve tried using an inner join instead and other alterations, but I keep getting the same message: Answer Try using different quotes for “y” as the identifier quote character is the backtick (`). Otherwise MySQL “thinks” that you point to a

Advertisement