Posts by Dario Dicao • 3 points
2 posts
-
0
votes1
answer28
viewsQ: Mysql - Select the most inserted records in a given period
I am needing to select all most recurring records (top 5) within a time interval but am not getting. Basically when I do this: SELECT assunto, count(*) AS total FROM tabMsgs WHERE dtCriacao >…
-
-1
votes1
answer22
viewsQ: Mysql - How to select previous month’s records?
Hello, I’m trying to select the 'Customers' table records that were registered last month. In this table there is the field 'Createdate' (datetime). I’m trying to do it this way but it’s not just…