Skip to content

Commit

Permalink
sql: Update sql-statement-flashback-cluster.md (#19787) (#19790)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 25, 2024
1 parent 0fdcf01 commit 8e9bfd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql-statements/sql-statement-flashback-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ FLASHBACK CLUSTER TO TSO 445494839813079041;

```ebnf+diagram
FlashbackToTimestampStmt
::= 'FLASHBACK' 'CLUSTER' 'TO' 'TIMESTAMP' stringLit
| 'FLASHBACK' 'CLUSTER' 'TO' 'TSO' LengthNum
::= 'FLASHBACK' 'CLUSTER' 'TO' ('TIMESTAMP' stringLit | 'TSO' LengthNum)
```

## Notes
Expand Down

0 comments on commit 8e9bfd0

Please sign in to comment.