anse1 / sqlsmith

A random SQL query generator
GNU General Public License v3.0
754 stars 128 forks source link

[Question] Is there any way to guide SQLsmith to generate queries with specific cardinality or grammar #58

Open liuquehuan opened 1 month ago

liuquehuan commented 1 month ago

For example, I would like to generate queries that return (approximate) 100 rows, or queries that only use SELECT statements.

If these features are not currently supported, would it be possible to introduce options like these in future versions? Or, could you point me in the right direction to make custom modifications for this functionality?

Much thanks in advance.