6 ms·
On a similar note: anyone know of a tool for generating SQL queries by example?
by querious 11y ago
On a similar note: anyone know of a tool for generating SQL queries by example?
- crazygringo 11y agoBoth SQL queries and Regex expressions by example would be amazing.
- shrikant 11y agoRegex by example seems to be what this tool is doing. Maybe OP/author could add an option to view the constructed expressions?
- TuringTest 11y agoDid you know the name "Query by example" was devised for a tool to generate SQL queries?
- misterdata 11y agoWarp 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-tool-for-big-data https://pixelspark.nl/2015/warp-a-query-by-example-analysis-...