Index
Symbols and Numerics
- Symbols and Numerics
- & (ampersand), parameter queries, 408
- ! (exclamation point), parameter queries, 408
- . (period), parameter queries, 408
- [] (square brackets)
- parameter queries, 406, 408
- wildcard, 430
- < > (not equal) comparison operator, 273, 451–452
- = (equal) comparison operator, 273, 451–452
- > (greater than) comparison operator, 274, 451–452
- >= (greater than or equal to) comparison operator, 274, 451–452
- < (less than) comparison operator, 273–274, 451–452
- <= (less than or equal to) comparison operator, 274, 451–452
- + (addition) mathematical operator, 270, 271
- / (division) mathematical operator, 270, 271
- ^ (exponentiation) mathematical operator, 270, 272
- \ (integer division) mathematical operator, 270, 271–272
- * (multiplication) mathematical operator, 270, 271
- ‐ (subtraction) mathematical operator, 270, 271
- & (concatenation) string operator, 275&...