Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Everything required to make the tool already exists.

Just ran your exact query through OpenAI's Codex (model: code-davinci-002), and this was the result:

SELECT * FROM customers WHERE city = 'London' AND purchase_date BETWEEN '2019-01-01' AND '2019-01-31' AND product_name = 'laptop' AND product_ram > 16 AND coupon_percentage BETWEEN 10 AND 25 ORDER BY price_paid DESC;

I'd say it's pretty damn accurate.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: