Skip to main content
Skip to main content

fuzzQuery Table Function

Perturbs the given query string with random variations.

Arguments

  • query (String) - The source query to perform the fuzzing on.
  • max_query_length (UInt64) - A maximum length the query can get during the fuzzing process.
  • random_seed (UInt64) - A random seed for producing stable results.

Returned Value

A table object with a single column containing perturbed query strings.

Usage Example

Try ClickHouse Cloud for FREE

Easy data ingestion, automatic scaling, built-in SQL console and lots more.

Try it for Free