You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/12 10:42:07 UTC

[GitHub] mohscorpion edited a comment on issue #6624: filtering unicode strings using where clause on MSSQL

mohscorpion edited a comment on issue #6624: filtering unicode strings using where clause on MSSQL
URL: https://github.com/apache/incubator-superset/issues/6624#issuecomment-453737043
 
 
   > The N-prefix seems to a be a thing for Oracle, too (NVARCHAR and NCHAR). I'll try to work on this over the next few days.
   
   N prefix is standard for MSSQL too .its used like this :
   select * from test where col=N'[some unicode string]'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org