[
https://issues.jboss.org/browse/TEIID-2554?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-2554:
------------------------------------
I mention this because it could be an option for materialization.
Enhance MERGE to support INSERT/UPDATE and DELETE
-------------------------------------------------
Key: TEIID-2554
URL:
https://issues.jboss.org/browse/TEIID-2554
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Affects Versions: 8.4
Reporter: Van Halbert
Assignee: Steven Hawkins
Add delete support to MERGE. Example is SQL Server:
MERGE <target_table> [AS TARGET]
USING <table_source> [AS SOURCE]
ON <search_condition>
[WHEN MATCHED
THEN <merge_matched> ]
[WHEN NOT MATCHED [BY TARGET]
THEN <merge_not_matched> ]
[WHEN NOT MATCHED BY SOURCE
THEN <merge_ matched> ];
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira