Isn¡¯t the question first which database HRD is using? Or do later versions all use MySQL? I thought that was an option to pick your engine.
toggle quoted message
Show quoted text
On Aug 24, 2020, at 2:26 PM, Brent Crier <
bcrier@...> wrote:
This might be what you are looking for,
MariaDB [(none)]> use mysql
MariaDB [(mysql)]>
SELECT COL_BAND, COL_CALL, COL_GRIDSQUARE, COL_MODE
FROM mysql.table_hrd_contacts_v01
WHERE COL_BAND='6m' and COL_MODE='ft8' and COL_GRIDSQUARE like 'EN54%';
73,
Brent N9BC