apoc.cypher.runFirstColumn
Function APOC Core Deprecated
use either apoc.cypher.runFirstColumnMany for a list return or apoc.cypher.runFirstColumnSingle for returning the first row of the first column
Signature
apoc.cypher.runFirstColumn(cypher :: STRING?, params :: MAP?, expectMultipleValues = true :: BOOLEAN?) :: (ANY?)
Input parameters
Name | Type | Default |
---|---|---|
cypher |
STRING? |
null |
params |
MAP? |
null |
expectMultipleValues |
BOOLEAN? |
true |
Was this page helpful?