Browse Source

auto commit

tags/v1.2
yitter 4 years ago
parent
commit
b9bf8e040f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      SQL/README.md

+ 3
- 3
SQL/README.md View File

@@ -22,7 +22,7 @@
在执行函数之前,必须设置好以下3个参数:
```
set @WorkerId = 1 -- 最大值 2^@WorkerIdBigLength-1
set @WorkerIdBigLength = 4 -- @WorkerIdBigLength+@SeqBigLength,不要超过22
set @SeqBigLength = 8
set @WorkerId = 1 -- 最大值 2^@WorkerIdBigLength-1
set @WorkerIdBigLength = 4 -- @WorkerIdBigLength+@SeqBigLength,不要超过22
set @SeqBigLength = 8
```

Loading…
Cancel
Save