-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Hi,
the following syntas is not parsable:
SELECT N'national character' FROM table;
the N prefix on string is meant to identify an unicode string. I didnt find a better reference then this one:
http://stackoverflow.com/questions/18521928/the-n-in-the-where-clause-of-sql
The syntax is supported, and in some case needed, for example union with a nvarchar and a literal string in the same position on two different sql of the union) both from oracle and postgresql (didnt test other databases).
Regards,
Silvano
thomaszbz
Metadata
Metadata
Assignees
Labels
No labels