Just to clarify: My original request is about simple UPDATE statements only, neither REPLACE INTO nor UPSERT. > UPDATE a > SET bunny = 1 > FROM a, b > WHERE a.this == b.that The syntax Keith mentioned, would be the perfect solution for my request :)
Just to clarify: My original request is about simple UPDATE statements only, neither REPLACE INTO nor UPSERT. > UPDATE a > SET bunny = 1 > FROM a, b > WHERE a.this == b.that The syntax Keith mentioned, would be the perfect solution for my request :)