Open adrian-datacamp opened 5 years ago
In the Example 2 of the Tutorial section of the sqlwhat docs, the 2nd and 3rd AST graphs (1st and 2nd in screenshot below) are in fact the same image.
sqlwhat
As a consequence, the statement
Notice that although the textual representation is the same as Ex(), the AST representation no longer includes the Script node.
Ex()
Script
is not helpful.
The first image on the page should be repeated there. It's already fixed locally, soon also online!
Great!
In the Example 2 of the Tutorial section of the
sqlwhat
docs, the 2nd and 3rd AST graphs (1st and 2nd in screenshot below) are in fact the same image.As a consequence, the statement
is not helpful.