LIKE (Transact-SQL)

LIKE (Transact-SQL)

瀏覽:545
日期:2025-05-29
When you perform string comparisons by using LIKE, all characters in the pattern string are significant. This includes leading or trailing spaces. If a comparison in a query is to return all rows with a string LIKE 'abc ' (abc followed by a single space),...看更多