Stdle #25 · types · 2026-07-01
What does SELECT 'Apple' = 'apple', 'Apple' LIKE 'apple',… output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
SELECT 'Apple' = 'apple', 'Apple' LIKE 'apple', 'b' BETWEEN 'a' AND 'c'Types