mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
4 lines
150 B
SQL
4 lines
150 B
SQL
SELECT file('nonexistent.txt'); -- { serverError FILE_DOESNT_EXIST }
|
|
SELECT file('nonexistent.txt', 'default');
|
|
SELECT file('nonexistent.txt', NULL);
|