[
https://issues.jboss.org/browse/TEIIDDES-2652?page=com.atlassian.jira.plu...
]
Steven Hawkins updated TEIIDDES-2652:
-------------------------------------
Description:
TEIID-3546 allows for a quick comparison of row values:
IF (\"new\" IS [NOT]DISTINCT FROM \"old\")
BEGIN
...
END
This can currently only be used in an IF statement.
was:
Similar to postgresql, it would be good to allow for a quick comparison of new/old values
to determine if row processing is needed. Something like:
IF new IS DISTINCT FROM old THEN
...
Add distinct from syntax in for each row procedures
---------------------------------------------------
Key: TEIIDDES-2652
URL:
https://issues.jboss.org/browse/TEIIDDES-2652
Project: Teiid Designer
Issue Type: Enhancement
Components: Teiid Integration
Reporter: Steven Hawkins
Priority: Minor
TEIID-3546 allows for a quick comparison of row values:
IF (\"new\" IS [NOT]DISTINCT FROM \"old\")
BEGIN
...
END
This can currently only be used in an IF statement.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)