Skip to content
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

Multiple Where Clauses #10

Open
jaurment opened this issue Apr 3, 2019 · 3 comments
Open

Multiple Where Clauses #10

jaurment opened this issue Apr 3, 2019 · 3 comments

Comments

@jaurment
Copy link

jaurment commented Apr 3, 2019

Although WikiSQL Test dataset has only one where clause, if we use the shallow layer model on our own training dataset and test set, can SQLlova deal with multiple where clauses. I believe the functions get_wc1, get_wo1, get_wv1 handle this such that you can have multiple condition 'lists'. Would love to get clarification on whether that's true.

What is the case for multiple select columns? Is this something that is possible already or would I need to change the code to accommodate the case of training data with multiple selected columns?

@whwang299
Copy link
Contributor

whwang299 commented Apr 4, 2019

Hi @jaurment

The SQLova and Shallow-Layer model can handle multiple number of where conditions but these models have assumed that there is only single select column (as is the case of WikiSQL).

Thanks!

Wonseok

@jaurment
Copy link
Author

jaurment commented Apr 8, 2019

What it would take to extend the code to accommodate multiple select columns?

@zyc1310517843
Copy link

如何扩展代码以适应多个选择列?

hi, Have you succeeded yet? If for my own data, how can I input natural language sentences into the program and then predict the corresponding sql?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants