I'm pretty sure this should throw an error as
"you cannot update a table and select from the same table in a subquery" (MySql Manual)
What query browser are you using, Is error reporting / logging switched on?
Also are you sure the subquery returns only one value
"you cannot update a table and select from the same table in a subquery" (MySql Manual)
Code:
ewise_slice.slice_timestamp
Also are you sure the subquery returns only one value
Comment