All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aprs.framework.database.neo4j.v2.get_all_parts_in_pt.txt Maven / Gradle / Ivy

#params=NAME(1),
#results={NAME}
match (v) with max(v.visioncycle)-3 as maxv
match partinpt = (n:Part) where n.name STARTS WITH {1} and n.visioncycle > maxv RETURN n.name as name




© 2015 - 2024 Weber Informatics LLC | Privacy Policy