You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/sql-reference/20-sql-functions/17-table-functions/read-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: READ_FILE
3
3
---
4
4
import FunctionDescription from '@site/src/components/FunctionDescription';
5
5
6
-
<FunctionDescriptiondescription="Introduced or updated: v1.2.881"/>
6
+
<FunctionDescriptiondescription="Introduced or updated: v1.2.882"/>
7
7
8
8
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.
0 commit comments