Tests set membership.
specifies any valid SQL expression.
| See | <sql-expression> |
| FedSQL Expressions |
specifies a subquery with the SELECT statement.
| See | SELECT Statement |
specifies a number or a quoted character string (or other special notation) that indicates a fixed value. Constants are also called literals.
select city, country
from worldtemps
where avghigh in (90, 97);