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.
我有以下代码:
declare @searchText varchAr(150)='"*a.b.me@gmail.com*"' select * from account a WHERE CONTAINS ((aEmail,), @searchText)
它没有显示任何结果。