我知道如何通过伪列获取文件的路径,例如:
select "$path" from table
Run Code Online (Sandbox Code Playgroud)
但我也想把文件大小放在旁边,可以吗?提前致谢。
It is possible to use attributes on the source files like file size and file modified time:
SELECT "$path", "$file_size", "$file_modified_time"
FROM my_table
LIMIT 10
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1049 次 |
| 最近记录: |