Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipbiswal committed Jan 20, 2020
1 parent c54dadd commit 4261159
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/sql-ref-syntax-qry-select-having.md
Expand Up @@ -34,9 +34,8 @@ HAVING boolean_expression
<dd>
Specifies any expression that evaluates to a result type <code>boolean</code>. Two or
more expressions may be combined together using comparision operators
( <code>></code>, <code>>=</code>, <code>=</code>, <code><</code> , <code><=</code> and
<code><=></code> ) and logical operators ( <code>AND</code>, <code>NOT</code>
and <code>OR</code> ).<br><br>
( <code>></code>, <code>>=</code>, <code>=</code>, <code><</code>, <code><=</code>, <code><=></code> )
and logical operators ( <code>AND</code>, <code>NOT</code>, <code>OR</code> ).<br><br>

<b>Note</b><br>
The expressions specified in the <code>HAVING</code> clause can only refer to:
Expand Down

0 comments on commit 4261159

Please sign in to comment.