Skip to content

Commit

Permalink
sql: Update sql-statement-flashback-cluster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 authored and ti-chi-bot committed Dec 25, 2024
1 parent da8ca45 commit c590409
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 @@ -36,8 +36,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)
```

## 注意事项
Expand Down

0 comments on commit c590409

Please sign in to comment.