I want to avoid the ordering which cypher is doing by default. I want to get the results as per the order in query.
E.g Below is the code:
"MATCH (p:TableName{tabind:'4'})
OPTIONAL MATCH (p)-[:CHILD]->(c:ColumnName) where c.colind IN ['1','2']
RETURN...