ClickHouse/tests/queries/0_stateless/02377_executable_function_settings.reference

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

9 lines
337 B
Plaintext
Raw Normal View History

SELECT data
FROM executable(\'\', \'JSON\', \'data String\')
--------------------
SELECT data
FROM executable(\'\', \'JSON\', \'data String\', SETTINGS max_command_execution_time = 100)
--------------------
SELECT data
FROM executable(\'\', \'JSON\', \'data String\', SETTINGS max_command_execution_time = 100, command_read_timeout = 1)