Skip to content

Commit c8f3487

Browse files
finchxxiaiffyio
andauthored
Update src/ast/dml.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 084698a commit c8f3487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/dml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ pub enum MergeInsertKind {
656656
/// INSERT *
657657
/// ```
658658
/// [Databricks](https://docs.databricks.com/en/sql/language-manual/delta-merge-into.html)
659-
Star,
659+
Wildcard,
660660
}
661661

662662
impl Display for MergeInsertKind {

0 commit comments

Comments
 (0)