[#7171] MERGE without INTO (possible in SQL Server
This commit is contained in:
parent
e545a4bde0
commit
e4fdaaa642
@ -238,7 +238,7 @@ setClause = fieldName '=' field
|
||||
deleteStatement = [ with ] 'DELETE' [ 'FROM' ] tableName [ 'WHERE' condition ] [ 'RETURNING' ( '*' | fields ) ]
|
||||
;
|
||||
|
||||
mergeStatement = [ with ] 'MERGE INTO' tableName [ [ 'AS' ] identifier ]
|
||||
mergeStatement = [ with ] 'MERGE' [ 'INTO' ] tableName [ [ 'AS' ] identifier ]
|
||||
'USING' '(' select ')' [ [ 'AS' ] identifier ]
|
||||
'ON' condition break
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user