mirror of
https://github.com/Vonng/ddia.git
synced 2026-06-21 00:47:05 +08:00
Merge pull request #282 from WAangzE/patch-1
Fix a mathematical environment issue.
This commit is contained in:
commit
2ba635be0e
1 changed files with 4 additions and 2 deletions
6
ch2.md
6
ch2.md
|
|
@ -316,10 +316,12 @@ function getSharks() {
|
|||
```
|
||||
|
||||
在关系代数中:
|
||||
|
||||
$$
|
||||
sharks = σ_{family = "sharks"}(animals)
|
||||
sharks = \sigma_{family = "sharks"}(animals)
|
||||
$$
|
||||
σ(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`。
|
||||
|
||||
$\sigma$(希腊字母西格玛)是选择操作符,只返回符合条件的动物,`family="shark"`。
|
||||
|
||||
定义 SQL 时,它紧密地遵循关系代数的结构:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue