File size: 207 Bytes
c27e67a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
SELECT
    name,
    path,
    formatReadableSize(total_space - free_space) AS full_space,
    formatReadableSize(total_space),
    round((total_space - free_space) / total_space * 100, 2)
FROM system.disks