On Fri, 2012-04-13 at 20:42 +0200, Dennis wrote:
> When a query is written to update a table, the usual process is to list all
> the columns that need
> updating. This could imply the creation of many possible queries for many
> columns. In an effort to
> keep the UPDATE queries more uniform, l
When a query is written to update a table, the usual process is to list all the columns that need
updating. This could imply the creation of many possible queries for many columns. In an effort to
keep the UPDATE queries more uniform, less number of unique queries, a keyword similar to DEFAULT,