mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
4 lines
136 B
SQL
4 lines
136 B
SQL
SELECT file('nonexistent.txt'); -- { serverError 107 }
|
|
SELECT file('nonexistent.txt', 'default');
|
|
SELECT file('nonexistent.txt', NULL);
|