Skip to content

National character ( N'') syntax not supported  #438

@freepath-it

Description

@freepath-it

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions