15.01.2013 Views

Oracle Database 11g The Complete Reference (Osborne ORACLE ...

Oracle Database 11g The Complete Reference (Osborne ORACLE ...

Oracle Database 11g The Complete Reference (Osborne ORACLE ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

FORMAT<br />

merge::=<br />

MERGE<br />

USING<br />

hint<br />

subquery<br />

INTO<br />

schema . table<br />

schema . table<br />

view<br />

t_alias<br />

view<br />

t_alias<br />

merge_update_clause merge_insert_clause error_logging_clause<br />

merge_update_clause::=<br />

WHEN MATCHED THEN UPDATE SET column =<br />

where_clause DELETE where_clause<br />

merge_insert_clause::=<br />

WHEN NOT MATCHED THEN INSERT<br />

VALUES (<br />

where_clause::=<br />

WHERE condition<br />

,<br />

expr<br />

DEFAULT<br />

)<br />

where_clause<br />

( column<br />

,<br />

ON ( condition )<br />

,<br />

expr<br />

DEFAULT<br />

)<br />

MERGE 1171<br />

;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!