The UPDATE statement is used to update existing records in a table. Syntax. 123UPDATE table_name SET column1=value, column2=value2 ...
確定! 回上一頁