Which wildcard would you use to look for an unknown character in a query criteria?

1 answer

Answer

1293192

2026-05-06 05:15

+ Follow

To look for an unknown character in a query criteria, you would use the question mark (?) wildcard. The question mark represents a single character, allowing you to match any character in that specific position. For example, using "b?g" would match "bag," "big," or "bog."

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.