Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

SQL Collation issue?

$
0
0

Hi All

I have the below 2 queries:

--Query1
select * from table1 where lower(column1) like '%der%'

--Query2
select * from table1 where column1 like '%der%'

The first query returns a result but the second query returns nothing.

I am inclined to think that this is a collation issue. Am I right?

Thanks


Viewing all articles
Browse latest Browse all 23857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>