You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably related: when parsed and reassembled, this one fails with
unknown [expr_type] = reserved in "record" [2] INSERT INTO mytable (column1, column2, column3) SELECT myalias.column1, myalias.column2, 'mynewid' FROM mytable myalias WHERE myalias.column3 = 'myoldid' ON DUPLICATE KEY UPDATE column1 = VALUES(column1), column2 = VALUES(column2)
This statement fails with PHPSQLParser\exceptions\UnableToCreateSQLException: unknown [expr_type] = reserved in "SET" [1]
The text was updated successfully, but these errors were encountered: