Posts by Diego Soares • 9 points
2 posts
-
-2
votes3
answers1329
viewsA: Select data with Between in Varchar format
SELECT * FROM caixa WHERE cast(data as date) BETWEEN '01/05/2017' AND '31/05/2017'
-
1
votes2
answers1009
viewsQ: Repeat previous rows when there is no record in SQL SERVER data
Friends, good afternoon! I came across a problem at work today, and I still haven’t found a solution to it. As I do not have much experience in the database area I am having difficulty to solve this…