UPDATE tablename SET column = (SELECT query) [WHERE condition];. The parameters are: tablename: The name of the table you want to update.
確定! 回上一頁