mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test 4-01 : Paths : Find all paths of length 2
|
|
|
|
SELECT *
|
|
SOURCE <model2.nt>
|
|
WHERE (?a, ?b, ?z), (?z, ?c, ?d)
|