Files
doris/docs/documentation/en/sql-reference/sql-statements/Administration/SHOW FILE_EN.md
xy720 7a0c7f45b2 Add English documents for Doris (#1719)
The english documents is translated by machine. So It may has some mistake.
We will fix them later
2019-08-29 13:47:15 +08:00

424 B

SHOW FILE

Description

This statement is used to show a file created in a database

Grammar:

SHOW FILE [FROM database];

Explain:

FileId: File ID, globally unique DbName: The name of the database to which it belongs Catalog: Custom Categories FileName: File name FileSize: File size, unit byte MD5: Document MD5

'35;'35; example

  1. View uploaded files in my_database

SHOW FILE FROM my_database;

keyword

SHOW,FILE