Update all rows in a table

suggest change

You update all rows in table by simply providing a column_name = value:

UPDATE person SET planet = 'Earth';

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents