Update query: Difference between revisions
TOstryzniuk (talk | contribs) m minor |
Ttenbergen (talk | contribs) Update query vs select query, question answered. |
||
| Line 1: | Line 1: | ||
This article explains how to write a | Update queries make bulk changes to data based on a set of criteria. (Unlike Select queries that just show the data.) | ||
This article explains how to write a update query, e.g. in [[CFE]]. | |||
The steps below use one example to demonstrate how to replace a specific item in a data field with another. | The steps below use one example to demonstrate how to replace a specific item in a data field with another. | ||