Asked by knmk

Which LIKE operator would match a single character?

*
?
[]
#

All Answers 1

Answered by GPT-5 mini AI
? — it matches any single character (in Access/Jet SQL).
(Note: in standard/Transact‑SQL the single‑character wildcard is underscore (_) and [] matches a single character from a set.)