Click here to Skip to main content
16,018,394 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
QUOTENAME Returns a Unicode string with the delimiters added to make the input string a valid SQL Server delimited identifier.

In Microsoft website the following example was given

SELECT QUOTENAME('abc[]def');

Here is the result set.

[abc[]]def]

Can any one tell me what does it mean by delimeter Please

here is the link to that page..
http://msdn.microsoft.com/en-IN/library/ms176114.aspx[^]
Posted

1 solution

Square brackets, in your case.
Here some info: "Delimited Identifiers (Database Engine)" at MSDN[^].
 
Share this answer
 
v2
Comments
Maciej Los 18-Dec-14 6:02am    
+5
CPallini 18-Dec-14 6:45am    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900