sql:cheat_sheet:operators
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sql:cheat_sheet:operators [2022/07/08 07:56] – 185.92.25.31 | sql:cheat_sheet:operators [2022/07/08 08:10] (current) – removed 185.92.25.31 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== SQL - Cheat Sheet - Operators ====== | ||
- | |||
- | ===== Arithmetic ===== | ||
- | |||
- | <code sql> | ||
- | + - * / % | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Bitwise ===== | ||
- | |||
- | <code sql> | ||
- | & | ^ | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Comparison ===== | ||
- | |||
- | <code sql> | ||
- | = < > <= >= != !< !> <> != | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Compound ===== | ||
- | |||
- | <code sql> | ||
- | += -= *= /= %= &= |= ^= | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Logical ===== | ||
- | |||
- | <code sql> | ||
- | AND | OR | NOT | ANY | SOME | ALL | BETWEEN | IN | EXISTS | LIKE | IS NULL | UNIQUE | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
sql/cheat_sheet/operators.1657266984.txt.gz · Last modified: 2022/07/08 07:56 by 185.92.25.31