出典付きでお願いします。
(サイト)
https://ronsavage.github.io/SQL/sql-2003-2.bnf.html
(「...」の使用例)
<identifier body> ::= <identifier start> [ <identifier part> ... ]
<delimited identifier body> ::= <delimited identifier part> ...
http://d.hatena.ne.jp/hirogl_python/20100506/1273158693
三つのドット("a"..."z") 範囲から文字を一字選ぶこと
http://docs.daemon.ac/python/Python-Docs-2.4/ref/notation.html
三つのドットで区切られている二つのリテラル文字は
二つの文字の ASCII 文字コードにおける (包含的な) 範囲から
文字を一字選ぶ ことを示します
https://ronsavage.github.io/SQL/sql-2003-2.bnf.html
に
However, they are usually used in conjunction with the 'one or more times' repeater ellipsis '...' mark.
と書いてありました。