Please support Multi-table updates Such as UPDATE table_1 AS t1, table_2 AS t2 SET t1.clo = 3, t2.cloName = t1.telName WHERE t1._id = t2.colId AND t1.telTime IS NULL;