-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsed results of FROM Clause in SQL query #3
Comments
Hi, Best, |
Thanks Tao! I will give it a try. |
support "distinct(bla)" and "FROM foo, bar"
Hi,
Thanks for your great job in building such a dataset for nl2sql.
I am now conducting a characteristics study of the sql on it.
I find that some parsed results of FROM Clause in SQL Query are confusing.
Here is an example.
The FROM Clause in the query contains two
join
operations and three tables involved.But in the parsed results of
table_units
, only two of the tables are involved.Based on my further inspection, it may be caused by the order of JOIN and ON clauses.
Here is a clear and correct example.
Please let me know if I misunderstand something of the parsed results.
Great Thanks!
The text was updated successfully, but these errors were encountered: