Posts by Everton • 3 points
2 posts
-
-1
votes1
answer55
viewsQ: Where to delete records that were entered a certain time ago
Help to create a delete with where if the record has been inserted for more than 5 minutes. I have the point marking table with the columns: cd_register - integer cd_enterprise - whole cd_matricula…
-
0
votes2
answers49
viewsQ: Doubt loop FOR in C
the code’s working as I need it, my doubt is why For didn’t go wrong? For example, if the exponent is 3, it will no longer be greater than 1 and then it would already stop the loop? I was trying to…