AND OR Operators

suggest change

Syntax

  1. SELECT * FROM table WHERE (condition1) AND (condition2);
  2. SELECT * FROM table WHERE (condition1) OR (condition2);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


AND OR operators:
*AND OR Operators

Table Of Contents