Tnx for info Tom. I think I will get a sql tool to discover the db more.
73's /Per
Search found 3 matches
- Tue 10. Jun 2025, 09:10
- Forum: RUMlogNG
- Topic: More on Search QSOs
- Replies: 4
- Views: 66
- Tue 10. Jun 2025, 03:17
- Forum: RUMlogNG
- Topic: More on Search QSOs
- Replies: 4
- Views: 66
Re: More on Search QSOs
Many thanks Tom.
Works great.
Using this for dxcc: qrg < 51 and qrg > 49 group by dxcc order by dxcc, min(datetime)
and this for grids: qrg < 51 and qrg > 49 group by substr(locator,1,4) order by locator, min(datetime)
/Per
Works great.
Using this for dxcc: qrg < 51 and qrg > 49 group by dxcc order by dxcc, min(datetime)
and this for grids: qrg < 51 and qrg > 49 group by substr(locator,1,4) order by locator, min(datetime)
/Per
- Mon 9. Jun 2025, 18:41
- Forum: RUMlogNG
- Topic: More on Search QSOs
- Replies: 4
- Views: 66
More on Search QSOs
Hello Thomas, I've been looking at the "Search QSOs" trying to get a worked dxcc list with qso data when first worked. Something like select distinct dxcc, callsign, qsodate from x where band = 6m order by qsodate asc but can't find a way to do it. Question is, is it possible? A similar list for ...