Hacker News new | ask | show | jobs
by querious 4070 days ago
On a similar note: anyone know of a tool for generating SQL queries by example?
3 comments

Warp does it under the hood (you can do query by example directly on databases). See https://pixelspark.nl/2015/warp-a-query-by-example-analysis-...
Did you know the name "Query by example" was devised for a tool to generate SQL queries?
Both SQL queries and Regex expressions by example would be amazing.
Regex by example seems to be what this tool is doing. Maybe OP/author could add an option to view the constructed expressions?