Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何编写一个正则表达式来检查其中包含用户输入的特定字符模式的条目。例如,
用户输入:at 期望的回报:cat,at,atom,distillate,
at
cat,at,atom,distillate,
SELECT * FROM table WHERE column LIKE '%at%'