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