SHOW-FILE
SHOW-FILEβ
Nameβ
SHOW FILE
Descriptionβ
This statement is used to display a file created in a database
grammar:
SHOW FILE [FROM database];
illustrate:
FileId: file ID, globally unique
DbName: the name of the database to which it belongs
Catalog: Custom Category
FileName: file name
FileSize: file size, in bytes
MD5: MD5 of the file
Exampleβ
View the uploaded files in the database my_database
SHOW FILE FROM my_database;
Keywordsβ
SHOW, FILE