ClickHouse/tests/queries/0_stateless/02725_local_query_parameters.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
293 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Tags: no-fasttest, no-parallel, no-replicated-database
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_LOCAL --multiquery -q "
SET param_x=1;
SELECT {x:UInt64}, {x:String};"