This behavior differs from standard SQL. UPDATE t1 SET col1 = col1 + 1, ... You cannot update a table and select directly from the same table in a subquery.
確定! 回上一頁