Can someone please explain to me what the # symbol means in MS SQL Code.
I've tried Googling it, and even searching on StackOverflow, but can't seem to find the answer.
I feel like an idiot - having one of "those" days. Please help.
|
Can someone please explain to me what the I've tried Googling it, and even searching on StackOverflow, but can't seem to find the answer. I feel like an idiot - having one of "those" days. Please help. |
||||
|
|
|
They normally prefix temporary tables. From the docs...
|
|||||
|
|
You could be seeing the # in the usage of a temporary table
|
|||||
|
|
The pound sign |
|||
|
|
|
#TEMPTABLE. Its actually a type of a temporary table that is scoped for that session. |
|||
|
|