]
Steven Hawkins commented on TEIIDDES-2652:
------------------------------------------
How should the corresponding Modeshape JIRA be logged?
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.