LIST { internalStage | externalStage }
Returns a list of files that have been staged (i.e. uploaded from a local file system).
Syntax
LIST { internalStage | externalStage } [ PATTERN = '<regex_pattern>' ]
Examples
mysql>
list @my_int_stage;
+-----------+
| file_name |
+-----------+
| books.csv |
+-----------+