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
25.01.2018 / 04:53