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.)
(Note: in standard/Transact‑SQL the single‑character wildcard is underscore (_) and [] matches a single character from a set.)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.