Skip to content

Commit 89fff99

Browse files
authored
sql: Update sql-statement-flashback-cluster.md (#19787) (#19791)
1 parent 23d3e6b commit 89fff99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sql-statements/sql-statement-flashback-cluster.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ FLASHBACK CLUSTER TO TSO 445494839813079041;
4444

4545
```ebnf+diagram
4646
FlashbackToTimestampStmt
47-
::= 'FLASHBACK' 'CLUSTER' 'TO' 'TIMESTAMP' stringLit
48-
| 'FLASHBACK' 'CLUSTER' 'TO' 'TSO' LengthNum
47+
::= 'FLASHBACK' 'CLUSTER' 'TO' ('TIMESTAMP' stringLit | 'TSO' LengthNum)
4948
```
5049

5150
## Notes

0 commit comments

Comments
 (0)