SQL champ changement de Classement dans un select

je suis en train de faire la sélection suivante:

select * from urlpath where substring(urlpathpath, 3, len(urlpathpath))
not in (select accessuserpassword from accessuser where accessuserparentid = 257)

J'obtiens l'erreur:

Cannot resolve the collation conflict between 
"SQL_Latin1_General_CP1_CI_AI" and 
"SQL_Latin1_General_CP1_CI_AS" in the equal to operation.

Personne ne sait comment je peut lancer qu'un classement, ou quelque chose qui me permet de faire correspondre à cette condition?

Merci

  • +1 ça m'est arrivé plus d'une fois, et Dieu sait que j'ai été heureux d'apprendre au sujet de la COLLATE instruction! =)