On 08/12/2015 11:51, David Rowley wrote:
Fantastic, thanks.
That reminds me of a more general question, say I have a query which returns:
key='a', value=1
key='b', value=2
...and another query, which returns:
key='b', value=3
key='c, value=4
(obviously the real world version of this has many more rows, and indeed, more key columns and more value columns...)
So, ultimately I want to turn these two queries into inserts for keys like 'a', updates for keys like 'b' and deletes for keys like 'c'.
What's the most efficient way of doing this? Three queries to get the three sets, then a bulk insert, a set of updates and a bulk delete?
cheers,
Chris
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________