...
Code Block |
---|
"Table Name_Column" = "value1" and "Table Name_Column" = "value2" |
Operators
=
!=
~
<=
>=
>
<
is not
is
not in
in
Functions
...
...
Code Block |
---|
"Table Name_Column" = "value1" and "Table Name_Column" = "value2" |
=
!=
~
<=
>=
>
<
is not
is
not in
in
...