Update introduction-to-ql.rst

This commit is contained in:
Siara
2022-12-08 14:07:39 -08:00
committed by GitHub
parent a1b6bfb270
commit 2ac736cd74

View File

@@ -30,7 +30,7 @@ The first query in the `tutorial.ql` file is populated with the query:
from Person p
select p
This query returns .
This query returns a list of people in the tutorial's database.
More complicated queries typically look like this: