I\'m trying to run a MERGE query against a Sql Server CE database but it\'s throwing the error :
MERGE
Sql Server CE
There was an error parsing the query.
No, MERGE is not supported in SQL Server Compact, you must use a combination of UPDATE and INSERT