diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ parse_one("SELECT x FROM y").from_("z").sql() ``` ```sql -'SELECT x FROM y, z' +'SELECT x FROM z' ``` There is also a way to recursively transform the parsed tree by applying a mapping function to each tree node: |