|
|
|
|
Browse by Tags
All Tags » Best Practices » Standard vs pro... » Performance (RSS)
-
I guess that many people using UPDATE … FROM on a daily basis do so without being aware that they are violating all SQL standards.
All versions of the ANSI SQL standard that I checked agree that an UPDATE statement has three clauses – the UPDATE clause, naming the table to be updated; the SET clause, specifying the columns to change and ...
|
|
|
|
|