11 June 2020
PostgeSQL Update Query
by Q
UPDATE
changes the values of the specified columns in all rows that meet the condition.
Syntax
Example
Update the column capacity
of the table flights
:
Update the table flights
using the table logs
’s information:
References:
Updated: 12 June 2020
tags: Language