I have two tables which is one of them is
AI: Ascent insensitive and other is AS: Ascent sensitive
How can I compare between them and take difference between them? I used except
select ID,FIRST,FATHER,GRAND from t1
EXCEPT
select ID,FIRST,FATHER,GRAND from t2
But I got this error:
Cannot resolve the collation conflict between "Arabic_CI_AS" and "Arabic_100_CI_AI" in the EXCEPT operation

collation <collation name>after each selected column