Posts by Celso Tavares • 1 point
3 posts
-
0
votes1
answer27
viewsQ: Selective return of an array in php with Curl
I have the information below in the variable $return But I would like to display only the values [code] I did $retorno=json_decode($result, true); foreach($retorno as $registro): print_r ('Código: '…
-
0
votes0
answers61
viewsQ: Calculate the time difference between one record and another in the same column
I need to calculate the time difference between one record and another, see that on the same day I have several records and I have several people. I found nothing calculating between times in the…
mysqlasked Celso Tavares 1 -
0
votes1
answer46
viewsQ: Compare difference between values of the same column, having to disregard the first and the last of the day
I’ve been racking my brain for a few days I need to do a query that brings up employee time records, but I have to ignore the first and last record of the day. In the example I would have to ignore…
mysqlasked Celso Tavares 1