Posts by Pesati • 49 points
2 posts
-
4
votes1
answer106
viewsQ: Data Manipulation
I wonder if it is possible, after converting the date and bringing only the time, to manipulate this result to return the closed time. The example below details better. CONVERT(VARCHAR(19),…
-
0
votes0
answers630
viewsQ: INNER JOIN with a SELECT TOP
When generating a script, I tried to modify a Where for Inner Join. However, the time when running with Inner Join was more than 10 minutes and with Where, it was in a matter of seconds, as the…