User Tools

Site Tools


sql:cheat_sheet:operators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sql:cheat_sheet:operators [2022/07/08 07:56] 185.92.25.31sql: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> 
-+ - * / % 
-</code> 
- 
----- 
- 
-===== Bitwise ===== 
- 
-<code sql> 
-& | ^ 
-</code> 
- 
----- 
- 
-===== Comparison ===== 
- 
-<code sql> 
-= < > <= >= != !< !> <> != 
-</code> 
- 
----- 
- 
-===== Compound ===== 
- 
-<code sql> 
-+= -= *= /= %= &= |= ^= 
-</code> 
- 
----- 
- 
-===== Logical ===== 
- 
-<code sql> 
-AND | OR | NOT | ANY | SOME | ALL | BETWEEN | IN | EXISTS | LIKE | IS NULL | UNIQUE 
-</code> 
- 
----- 
- 
  
sql/cheat_sheet/operators.1657266984.txt.gz · Last modified: 2022/07/08 07:56 by 185.92.25.31

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki