Update recipes.md

This commit is contained in:
alexey-milovidov 2021-06-26 04:07:25 +03:00 committed by GitHub
parent 420839a4c0
commit fdc965c579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ By checking the row count:
Query:
``` sq;
``` sql
SELECT count() FROM recipes;
```