mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:59:13 -05:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
SELECT
|
|
name AS Name,
|
|
last_updated AS LastUpdated
|
|
FROM
|
|
device
|
|
WHERE
|
|
name = @Name |