Viewing 3 posts - 1 through 4 (of 4 total)
Yep, my bad. Cognitive distortion - AND read as WHERE
There is one more option:
SELECT hs.*
, isnull(fs1.ValidFrom, fs2.ValidFrom) as ValidFrom
FROM dbo.historicsummary hs
...
May 21, 2025 at 9:54 am
May 20, 2025 at 6:18 pm
I've expanded the description of the engines https://github.com/uratol/t-chess/blob/master/README.md .
The chess project is more as a tutorial demo and for fun, it plays terribly actually, SQL is very slow for such...
May 20, 2025 at 10:16 am
Viewing 3 posts - 1 through 4 (of 4 total)