8 lines
129 B
MySQL
8 lines
129 B
MySQL
|
-- Retrieves all block devices known to the system
|
||
|
-- platform: posix
|
||
|
-- tags: postmortem seldom
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
block_devices
|