Skip to content

Commit 6ff60b4

Browse files
committed
Add query clause to tutorial query
1 parent f85327a commit 6ff60b4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tutorial-queries/tutorial.ql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
// See https://codeql.github.com/docs/writing-codeql-queries/ql-tutorials/#ql-tutorials.
33
import tutorial
44

5-
// Write your first CodeQL query here!
5+
// Write your first CodeQL query here!
6+
7+
from Person p
8+
select p

0 commit comments

Comments
 (0)