Skip to content

Commit 2ba635b

Browse files
authored
Merge pull request #282 from WAangzE/patch-1
Fix a mathematical environment issue.
2 parents f9c006a + 74eb54e commit 2ba635b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ch2.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,12 @@ function getSharks() {
316316
```
317317

318318
在关系代数中:
319+
319320
$$
320-
sharks = σ_{family = "sharks"}(animals)
321+
sharks = \sigma_{family = "sharks"}(animals)
321322
$$
322-
σ(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`
323+
324+
$\sigma$(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`
323325

324326
定义 SQL 时,它紧密地遵循关系代数的结构:
325327

0 commit comments

Comments
 (0)