Skip to content

Commit

Permalink
Update sql-statement-create-sequence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored and ti-chi-bot committed May 9, 2024
1 parent 95a75e8 commit 17da34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-create-sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CREATE [TEMPORARY] SEQUENCE [IF NOT EXISTS] sequence_name

```
+--------------+
| nextval(seq) |
| NEXTVAL(seq) |
+--------------+
| 1 |
+--------------+
Expand Down

0 comments on commit 17da34d

Please sign in to comment.