40 likes | 211 Views
Arithmetic Operators. Comparison Operators. Text and Logical Operators. Text concatenation operator &, which combines two arguments into a single text string Logical operators
E N D
Text and Logical Operators • Text concatenation operator • &, which combines two arguments into a single text string • Logical operators • && (double ampersand), which returns TRUE if both conditions are true (e.g., [Date] > “3/14/2013” && [Department] = “Dance”) • || (double pipe symbol), which returns TRUE if at least one condition is true (e.g., [Date] > “3/14/2013” || [Department] = “Dance”)