[DOCS] Add space to fix Asciidoctor output (#41579)

This commit is contained in:
James Rodewig 2019-04-26 12:12:57 -04:00
parent 335f2bf102
commit d548901855
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ M |57
groupByAndAggExpression
// tag::groupByAndAggExpression
schema::g:s|salary:i
SELECT gender AS g, ROUND((MIN(salary) / 100)) AS salary FROM emp GROUP BY gender;
SELECT gender AS g, ROUND( (MIN(salary) / 100) ) AS salary FROM emp GROUP BY gender;
g | salary
---------------+---------------