microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

How to find the 'terminal' value in the questions #66

Open b4zyuvaraj opened 2 years ago

b4zyuvaraj commented 2 years ago

Is there any way to find the 'terminal' value?

"inferred_code": "SELECT singer.Name FROM singer WHERE singer.Age = 'terminal'"

kush1920 commented 2 years ago

@b4zyuvaraj were you able to solve this issue? I am facing the same issue right now.