I have a small concern, I currently need to generate statistics of records by dates of the year:
MYSQL CONSULTATION
SELECT fecha_registro AS Fecha,
count(*) AS Registros
FROM persona
WHERE id_tipoUsuario = '4'
AND empresa_per = '$id_empr...
asked by
04.12.2017 / 14:37