Question
Funny Bug? within MSSQL Select
Hey guys,
can someone explain me that "bug?" which is growing from 8.2 --> current version.
SELECT MAX(VALUE_TIME)
FROM MyEpicTableDataAnonym
result = 2019-10.12 .....
and
SELECT MAX(VALUE_TIME) AS EPICMAXTIME
FROM MyEpicTableDataAnonym
result = 2019-10.03 ..
results me in two different answers ...

