5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
// LOOK for 999 Treatments for diseases
|
|
MATCH p=()-[:TREATS]->()
|
|
RETURN p
|
|
LIMIT 999;
|