Code: Select all
Select
callsign,
name,
qsodate
From
Log
Where
-- example: only QSOs in year 2024
qsodate >= '2024-01-01'
AND qsodate < '2025-01-01'
AND SRx In (10,19)
Code: Select all
Select
callsign,
name,
qsodate
From
Log
Where
-- example: only QSOs in year 2024
qsodate >= '2024-01-01'
AND qsodate < '2025-01-01'
AND SRx In (10,19)
Code: Select all
reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s