sql server 2008 - French words break the string -


I have French words like "Services D 'organization DSA miniers" and I want to find the word in SQL Server 2008 But the main problem is that the SQL server returns an error due to the string break.

Message 102, level 15, state 1, line 1 'organization' has the wrong syntax < / Blockquote>

Can anyone think about this? My desk stores French words.

apostrophe in the D organization teminates the string in your query Verbatim (Apostosta is standard delimiters), hence You have to save it by doubling: D 'organization .

Comments

Popular posts from this blog

sql - Return Function using Cursor -

c++ - why does this code produce a runtime error? -

javascript - Is there any way to add a new parameter to a function programmatically? -