description: This model generate sql query on demand from a table with schema details provided in parameter. In the next version this will be updated to compute from multiple tables with dynamically joining with required tables. | |
datasets: | |
- wikisql | |
widget: | |
- text: "question: get employee name with age equal 25 table: id, name, age" | |
```python | |
This model generate sql query from a table with schema details provided in parameter | |
``` |