News

In SQL Server, we can omit ";" for SELECT, UPDATE, INSERT or DELETE statement, but it looks we cannot omit ";" in MERGE statement. SQL Server MERGE statement needs an explicit ";" (semi-colon) at the ...