Quick
Ref.
Functions
- date
- number
- string
Data Types
- date
- number
- string
|
UPDATE
The table games shows the year and the city hosting
the Olympic Games.
|
games
| yr | city |
| 2000 | Sydney |
| 2004 | Athens |
| 2008 | Beijing |
| 2012 | London |
|
The UPDATE statement can be used to change a values in rows
that already exists.
In this example we move the 2012 games from London to Paris.
|
Results
|
See also: | |