Y
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
misterdata
4069 days ago
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-...
link
TuringTest
4070 days ago
Did you know the name "Query by example" was devised for a tool to generate SQL queries?
link
crazygringo
4070 days ago
Both SQL queries and Regex expressions by example would be amazing.
link
shrikant
4070 days ago
Regex by example seems to be what this tool is doing. Maybe OP/author could add an option to view the constructed expressions?
link