diff --git a/modules/ROOT/pages/functions/load-csv.adoc b/modules/ROOT/pages/functions/load-csv.adoc index 73ecd84ef..4446da720 100644 --- a/modules/ROOT/pages/functions/load-csv.adoc +++ b/modules/ROOT/pages/functions/load-csv.adoc @@ -9,6 +9,7 @@ LOAD CSV functions can be used to get information about the file that is process [NOTE] The functions described on this page are only useful when run on a query that uses `LOAD CSV`. In all other contexts they will always return `null`. +If there are multiple `LOAD CSV` clauses in a query, the functions will return information about the most recently executed `LOAD CSV` clause. [[functions-linenumber]]