Talk:Update (SQL)
Appearance
Maybe the article does not reflect typical syntax from real databases. For example, this is valid in Microsoft SQL server:
UPDATE authors SET state = 'ZZ' FROM (SELECT TOP 10 * FROM authors ORDER BY au_lname) AS t1 WHERE authors.au_id = t1.au_id
More info here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ua-uz_82n9.asp