Skip to content

Commit 5dfa161

Browse files
author
Sarah Simpers
committed
Includes tech review changes
1 parent f3632cd commit 5dfa161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/supported-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Comparison Functions and Operators
3737
- Greater than or equal operator
3838
* - ``GREATEST()``
3939
- Return the largest argument
40+
* - ``EXISTS()``
41+
- Test for the existence of a record you specify in a subquery
4042
* - ``IN()``
4143
- Check whether a value is within a set of values
4244
* - ``INTERVAL(N,N1,N2,...)``
@@ -78,8 +80,6 @@ Comparison Functions and Operators
7880
- Not equal operator
7981
* - ``NOT IN()``
8082
- Check whether a value is not within a set of values
81-
* - ``WHERE EXISTS()``
82-
- Test for the existence of a record you specify in a subquery
8383

8484
Logical Operators
8585
-----------------

0 commit comments

Comments
 (0)