Skip to content

Commit ce52403

Browse files
temp
1 parent 1bd1aca commit ce52403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

singlestoredb/fusion/handlers/files.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212

1313
class ShowFilesHandler(SQLHandler):
1414
"""
15-
SHOW <file-location> FILES
15+
SHOW file_location FILES
1616
[ at_path ] [ <like> ]
1717
[ <order-by> ]
1818
[ <limit> ] [ recursive ] [ extended ];
1919
20+
file_location = <file-location>
21+
2022
# File path to list
2123
at_path = AT '<path>'
2224

0 commit comments

Comments
 (0)