I am getting some errors while trying to create a parameter for the stored function in SQL 2008, where the name of the parameter name Is & Amp; In the name What is the correct syntax for something like
@ Column & Title ?
has tried
@ [column and title] but it does not work.
Ampersand is not a valid character to use in a variable name.
No comments:
Post a Comment