I made the following query:
'select t.net, t.hora, t.'data', t.'local' from domingos t
join(
select net, updated, count(*) from domingos
where 'data' = '07/05/2017'
group by updated, net
having count(*) > 4
) as u
on t.updated = u.updated
a...
asked by
31.07.2017 / 19:46