nl2sql-api / sample.txt
KN123's picture
Update sample.txt
867c756 verified
raw
history blame contribute delete
233 Bytes
{
"text": "find employees with salary greater than 50000",
"tables": {
"employees": ["id", "name", "salary"]
}
}
{
"text": "calculate total sales per region",
"tables": {
"sales": ["id", "amount", "region"]
}
}