Skip to content

Commit 9adb667

Browse files
authored
fix: correct READ_FILE version to v1.2.882 (#3082)
1 parent 199d7e0 commit 9adb667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/en/sql-reference/20-sql-functions/17-table-functions

docs/en/sql-reference/20-sql-functions/17-table-functions/read-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: READ_FILE
33
---
44
import FunctionDescription from '@site/src/components/FunctionDescription';
55

6-
<FunctionDescription description="Introduced or updated: v1.2.881"/>
6+
<FunctionDescription description="Introduced or updated: v1.2.882"/>
77

88
Reads the content of a file from a stage and returns it as a `BINARY` value. This is useful for loading raw file content (images, PDFs, binary data, etc.) directly into a table column.
99

0 commit comments

Comments
 (0)