SELECT id, callsign, ssid, lastpos, lastheard FROM identity WHERE id in (select distinct sourceid from weather_history where start_time > 1783423668001) and lastpos IS NOT NULL AND lastheard > 1783445268001 and callsign like 'VK%' order by lastheard descqueries took 0.030521154403687 seconds to process

page took 0.030602931976318 seconds to process