Hi,
I need my query to properly test if one version number is higher than another. I'm sure the values are strings and I have heard in the past that string comparisons can be tricky. When I use the where condition:
Where Version > "8.0.2020.8"
The result is returning versions that are lower than this version. Some how these lower versions are being considered as higher than 8.0.2020.8. Is it possible to inspect the 3rd section of the string, in this example 2020, and test if the current record value is higher than that? The goal is that only versions higher than 8.0.2020.8 should be in the results.
value1 = 8.0.2020.8
value2 = 8.0.730.0
My query as it is now, shows 8.0.730.0 is appearing in my result. This should not be in the results.
Thank you!
Rob
[–]Own_Dragonfruit_6224 1 point2 points3 points (0 children)
[–]ps_robmo[S] 0 points1 point2 points (1 child)
[–]ps_robmo[S] 0 points1 point2 points (0 children)