Description
Support standard "is [not] distinct from" syntax. For example this gives a standard way to do a comparison to null safe join: select * from t1 join t2 on t1.x is not distinct from t2.y. SQL standard reference Section 8.15
Attachments
Attachments
Issue Links
- links to