anilajax's picture
Update sql.json
aef06c2 verified
raw
history blame
1.01 kB
[
{
"question": "LK:what is the status of my last order?",
"context": "CREATE TABLE orders (status VARCHAR)",
"answer": "SELECT status from orders where customer_id=<> order by id desc limit 1"
},
{
"question": "LK:where is my last order?",
"context": "CREATE TABLE orders (status VARCHAR)",
"answer": "SELECT status from orders where customer_id=<> order by id desc limit 1"
},
{
"question": "LK:what about my last order?",
"context": "CREATE TABLE orders (status VARCHAR)",
"answer": "SELECT status from orders where customer_id=<> order by id desc limit 1"
},
{
"question": "LK:when i getting my order?",
"context": "CREATE TABLE orders (status VARCHAR)",
"answer": "SELECT status from orders where customer_id=<> order by id desc limit 1"
},
{
"question": "LK:when i getting my order?",
"context": "CREATE TABLE orders (status VARCHAR)",
"answer": "SELECT status from orders where customer_id=<> order by id desc limit 1"
}
]