Posts by Erick Bessa • 26 points
3 posts
-
-1
votes2
answers65
viewsA: Statement update SQL
Good morning Jones, to use the same instruction that does the two functions you need and as taught by Hector, just join the two codes passed by him, for example: UPDATE pessoas SET implante = true…
-
0
votes3
answers997
viewsA: aps.net C# Renaming an image name
A safe way to do this is to make a copy of your source image, to your target image already with the name you want to use in the source image. For example: private void copyimage() { //Caminho padrão…
-
1
votes2
answers500
viewsQ: Selecting data and organizing by 15min Sql interval
Good afternoon, I have the following query that returns the amount of vehicles on the track between a certain time. But I want to take this interval between times and set intervals between 15min.…