• Gleb Shchepa's avatar
    Bug #53034: Multiple-table DELETE statements not accepting · 9554b7ac
    Gleb Shchepa authored
                "Access compatibility" syntax
    
    The "wild" "DELETE FROM table_name.* ... USING ..." syntax
    for multi-table DELETE statements is documented but it was
    lost in the fix for the bug 30234.
    
    The table_ident_opt_wild parser rule has been added
    to restore the lost syntax.
    9554b7ac
delete.test 9.95 KB