Posts by Thiago • 21 points
2 posts
-
1
votes0
answers20
viewsQ: Mysql search with jumps of hours/days/month
I would like to understand how I can do a search in mysql skipping a certain amount of days of each record, for example, show the records from the beginning of a table to the end by skipping from 7…
-
1
votes2
answers50
viewsQ: Error in python3 function
I made this function where will be assigned a name and a value, which enter a while loop repeating 5 times, each time the loop repeats the values will be assigned to a different list, finally it…