I have two tables, one called users and another users, I made the query directly to mysql.
SELECT COUNT(nombre), usuario_ad, name, last_name
FROM usuarios, users
where usuario_ad=username
GROUP BY usuario_ad;
which works fine, the last_n...
asked by
18.12.2018 / 04:15