User Tools

Site Tools


sql:cheat_sheet:operators

This is an old revision of the document!


SQL - Cheat Sheet - Operators

Arithmetic

+ - * / %

Bitwise

& | ^

Comparison

= < > <= >= != !< !> <> !=

Compound

+= -= *= /= %= &= |= ^=

Logical

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki