Skip to content

Commit

Permalink
Merge pull request Vonng#282 from WAangzE/patch-1
Browse files Browse the repository at this point in the history
Fix a mathematical environment issue.
  • Loading branch information
yingang committed Feb 16, 2023
2 parents f9c006a + 74eb54e commit 2ba635b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ch2.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,12 @@ function getSharks() {
```

在关系代数中:

$$
sharks = σ_{family = "sharks"}(animals)
sharks = \sigma_{family = "sharks"}(animals)
$$
σ(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`

$\sigma$(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`

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

Expand Down

0 comments on commit 2ba635b

Please sign in to comment.