salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.6k stars 320 forks source link

How to execute a given sql query on wikisql test set database? #79

Open mellahysf opened 3 years ago

mellahysf commented 3 years ago

I have generated sql query from test set question and schema. (sql: select nationality where player = terrence ross)

Now i want to execute the sql query over the wikisql test set and return the result. How to do it please?

Thanks.

Timothyxxx commented 2 years ago

the same with https://github.com/salesforce/WikiSQL/issues/78 I think.