Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

Like operator ignores latin small letter a with dot above [ȧ] in select query.

$
0
0

Hi,

below query returns result in both the cases

Actual Data

ncharTitle
-----------                                                                                            
JȧSØÑ   

when running query 

select * from sampletable where ncharTitle like (N'%JȧSØÑ%') 

select * from sampletable where ncharTitle like (N'%JSØÑ%')

returns same result ignoring 'ȧ' in 2nd query.

My collation is Latin1_General_CI_AI

Any help will be highly appreciated.


Viewing all articles
Browse latest Browse all 8428

Trending Articles



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