Syntax. The syntax for the UPDATE statement when updating one table in PostgreSQL is: UPDATE table SET column1 = expression1 | DEFAULT, ...
確定! 回上一頁