Skip to content

Commit b2dac30

Browse files
committedMar 2, 2020
[fix]fix typo on sql-2003-1.bnf,sql-2003-1.bnf.html
1 parent e74c965 commit b2dac30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎sql-2003-1.bnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the SQL object identifier claims to provide the package.
4545

4646
<SQL variant> ::= <SQL edition> <SQL conformance>
4747

48-
<SQL edition> ::= <1987> | <1989> | <1992> | <1999> | <200n>
48+
<SQL edition> ::= <1987> | <1989> | <1992> | <1999> | <2003>
4949

5050
<1987> ::= 0 | edition1987 <left paren> 0 <right paren>
5151

‎sql-2003-1.bnf.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2> 6.3 Object identifier for Database Language SQL
6565

6666
<p><a href="#xref-SQL variant" name="SQL variant"> &lt;SQL variant&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#SQL edition'>&lt;SQL edition&gt;</a> <a href='#SQL conformance'>&lt;SQL conformance&gt;</a>
6767

68-
<p><a href="#xref-SQL edition" name="SQL edition"> &lt;SQL edition&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#1987'>&lt;1987&gt;</a> | <a href='#1989'>&lt;1989&gt;</a> | <a href='#1992'>&lt;1992&gt;</a> | <a href='#1999'>&lt;1999&gt;</a> | <a href='#200n'>&lt;200n&gt;</a>
68+
<p><a href="#xref-SQL edition" name="SQL edition"> &lt;SQL edition&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href='#1987'>&lt;1987&gt;</a> | <a href='#1989'>&lt;1989&gt;</a> | <a href='#1992'>&lt;1992&gt;</a> | <a href='#1999'>&lt;1999&gt;</a> | <a href='#2003'>&lt;2003&gt;</a>
6969

7070
<p><a href="#xref-1987" name="1987"> &lt;1987&gt; </a>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp; <a href="#xref-0"> 0 </a> | <a href="#xref-edition1987"> edition1987 </a> <a href='#left paren'>&lt;left paren&gt;</a> <a href="#xref-0"> 0 </a> <a href='#right paren'>&lt;right paren&gt;</a>
7171

@@ -416,7 +416,7 @@ <h2> Cross-Reference Table: Rules </h2>
416416
<td> <a href="#SQL edition"> &lt;SQL edition&gt; </a>
417417
</td>
418418
</tr>
419-
<tr> <td> <a name="rules-2"> </a> <a href="#200n" name="xref-200n"> 200n </a> </td>
419+
<tr> <td> <a name="rules-2"> </a> <a href="#2003" name="xref-2003"> 2003 </a> </td>
420420
<td> <a href="#SQL edition"> &lt;SQL edition&gt; </a>
421421
</td>
422422
</tr>

0 commit comments

Comments
 (0)
Please sign in to comment.