← Back to archive

Stdle #49 · types · 2026-07-25

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
4 attempts left

Answer & explanation