AND OR « Select Query « MySQL Tutorial






2.9.AND OR
2.9.1.'AND' operator can also be expressed as '&&'
2.9.2.'OR' operator can be expressed as '||'
2.9.3.Use the OR operator
2.9.4.AND and OR may be intermixed, although AND has higher precedence than OR