Update docs/ru/getting-started/example-datasets/recipes.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Roman Bug 2021-03-17 10:19:47 +03:00 committed by GitHub
parent 91a26d3e2a
commit de2a2bd44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ LIMIT 10
``` sql
SELECT arrayJoin(directions)
FROM recipes
WHERE title = 'Chocolate-Strawberry-Orange Wedding Cake'
WHERE title = 'Chocolate-Strawberry-Orange Wedding Cake';
```
Результат: