In implementing support for using MERGE for optional secondary table updates, a true SQL AST statement class was not needed and actually did not make sense from an efficiency perspective. We’d only need this to support defining MERGE operations via SQM, which I’m not sure is a necessary thing |