Posts by Joao Abdalla • 13 points
2 posts
-
0
votes1
answer21
viewsQ: Find records between a range of seconds
I have a table where the date field contains full date (with seconds), I need with a given date, search all records with 10 seconds above and 10 seconds below, the query I tried to do is this:…
mysqlasked Joao Abdalla 13 -
1
votes0
answers410
viewsQ: Store array in database and recover using one of the array information
I need to develop a system where I capture the selected data from a checkbox and insert everything into a array, I believe this is the most appropriate method for storing, and then send it to the…