Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Agensgraph。我想通过密码语法以 csv 文件的形式下载我想要的数据。请告诉我该怎么办。
我可以使用此查询在 csv 文件中获取我想要的数据。
agens -d Database_name -c "CREATE TEMP TABLE File_name AS select * from(Cypher_sql) t1 ;" -c "COPY File_name TO 'File_directory/File_name.csv' DELIMITER '|' "