diff options
author | robot-piglet <[email protected]> | 2025-03-24 14:47:15 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-03-24 14:57:04 +0300 |
commit | 66135da97bd64b445ce3dcd26e2eb4f1d4d6cae0 (patch) | |
tree | a5373219dccfa298f4fb038da7307bdf0cbb3738 /yql/essentials/docs/en/syntax | |
parent | 1a3190fe9cd48841002a7a443f2bba5876da47ef (diff) |
Intermediate changes
commit_hash:f44a14e9b88222e452c4bbca80cf41335a9bad5e
Diffstat (limited to 'yql/essentials/docs/en/syntax')
-rw-r--r-- | yql/essentials/docs/en/syntax/pragma.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/docs/en/syntax/pragma.md b/yql/essentials/docs/en/syntax/pragma.md index 1ae4cae1b52..64403deabd4 100644 --- a/yql/essentials/docs/en/syntax/pragma.md +++ b/yql/essentials/docs/en/syntax/pragma.md @@ -332,7 +332,7 @@ Attach a set of files to the query by URL. Works similarly to adding multiple fi Treat the specified attached file as a library from which you can do [IMPORT](export_import.md). The syntax type for the library is determined from the file extension: * `.sql`: For the YQL dialect of SQL <span style="color: green;">(recommended)</span>. -* `.yql`: For [s-expressions](/docs/s_expressions). +* `.yqls`: For [s-expressions](/docs/s_expressions). Example with a file attached to the query: |