Expand description
MERGE statement planning.
Translates sqlparser::ast::Statement::Merge into SqlPlan::Merge.
Supported engines: document_schemaless, document_strict.
All other engines return SqlError::Unsupported.
Functionsยง
- plan_
merge - Plan a
MERGE INTO target USING source ON ... WHEN ... THEN ...statement.