In Template Explorer, how to escape comma? -
11-12-2008
, 11:50 AM
I am trying to create a template in SSMS and when defining a parameter like:
<valuation, numeric(18,1), 2.0>
and then hit CTRL+SHIFT+M, I get "1), 2.0" as the default value. I think I
need it to escape the comma after 18. I don't see it in the documentations
on how to do this.
Thanks |