Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6036569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:56:38+00:00 2026-05-23T05:56:38+00:00

In SQL Server, the query SELECT custid, country, region, city FROM Sales.Customers WHERE region

  • 0

In SQL Server, the query

SELECT custid, country, region, city
FROM Sales.Customers
WHERE region = N'WA'

what is the meaning of ‘N’ in the where clause? I remove it, get same result.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T05:56:39+00:00Added an answer on May 23, 2026 at 5:56 am

    Unicode string constants that appear in code executed on the server, such as in stored procedures and triggers, must be preceded by the capital letter N. This is true even if the column being referenced is already defined as Unicode. Without the N prefix, the string is converted to the default code page of the database. This may not recognize certain characters.

    For example, the stored procedure created in the previous example can be executed on the server in the following way:

    EXECUTE Product_Info @name = N'Chain'
    

    The requirement to use the N prefix applies to both string constants that originate on the server and those sent from the client.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following SQL Server query: SELECT area FROM places WHERE REPLACE(area,'-',' ')
I have written a query in Sql server 2008. select select * from program
Consider the following SQL Server 2005/2008 query: Select [UID], [DESC] From SomeTable Order By
I am using SQL Server 2005 with the following query SELECT * FROM EMPLOYEE
I have a SQL Server query as: SELECT top 1 vConsentInfo FROM ( SELECT
Here's the query that is being executed on SQL Server 2008: SELECT "dbo"."tblMainData"."recID" FROM
I'm using SQL Server 2008 R2. This is my query: SELECT * FROM sysservers
Using SQL Server 2008R2, I have here is a simple query: SELECT * FROM
I have a SQL Server 2008 query SELECT TOP 10 * FROM T WHERE
In a SQL Server 2005 database I'm working on this query: select * from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.