Hi experts!
I need your help, is there any way to change the collation of a resulset which comes from a quer, in SQL you can do this:
I've been looking a way to do this. Thanks.
Best regards!:beer:
I need your help, is there any way to change the collation of a resulset which comes from a quer, in SQL you can do this:
Code:
SELECT field 1 FROM table COLLATE SQL_Latin1_General_CP1_CI_AS;
Best regards!:beer: