SELECT xemp = e_no FROM tutorial.employee;
When you edit the result, SQLWizard attempts to update xemp, which doesn't exist in the table.
To edit the result, reissue the query without renaming the column.