tsql - What does [,...n] mean in T-SQL BNF? -
if @ page http://msdn.microsoft.com/en-us/library/ms189499 [,...n] mean? have suspicions it's microsoft's alternative using sequence { } symbols.
that nice big link right above syntax block on msdn pages lays out "conventions." [,...n], has say:
indicates preceding item can repeated n number of times. occurrences separated commas.
Comments
Post a Comment