diff options
Diffstat (limited to 'Docs/sp-imp-spec.txt')
-rw-r--r-- | Docs/sp-imp-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/sp-imp-spec.txt b/Docs/sp-imp-spec.txt index c1b91d2c2c5..24a47aa2c38 100644 --- a/Docs/sp-imp-spec.txt +++ b/Docs/sp-imp-spec.txt @@ -135,7 +135,7 @@ while x > 0 do set x = x-1; insert into db.tab values (x, s); - end while + end while; end would generate the following structures: |