Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 10, 2024
1 parent ea4ff8e commit 237f133
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/src/rules/ambiguous_statement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 28,9 @@ Only works if the target version is 740sp05 or above`,
badExample: `DELETE foo FROM bar.
MODIFY foo FROM bar.`,
goodExample: `DELETE foo FROM @bar.
MODIFY TABLE foo FROM bar.
MODIFY zfoo FROM @wa.`,
DELETE TABLE itab FROM 2.
MODIFY zfoo FROM @wa.
MODIFY TABLE foo FROM bar.`,
};
}

Expand Down

0 comments on commit 237f133

Please sign in to comment.