Skip to content

Commit ccd1f2a

Browse files
authored
Merge pull request #373 from sarahsimpers/DOCSP-22503
(DOCSP-22503) Adds WHERE EXISTS to list of allowed operations
2 parents 17fab92 + 5dfa161 commit ccd1f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/supported-operations.txt

Lines changed: 2 additions & 0 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,...)``

0 commit comments

Comments
 (0)