gpt4 book ai didi

sql - 使用腻子将结果保存在平面文件中

转载 作者:行者123 更新时间:2023-11-29 13:32:26 25 4
gpt4 key购买 nike

我在 postgresql 数据库的 putty 中执行 select * from tableName 并且需要将该查询的结果保存在一个平面文件中。

我尝试在 postgresql 命令行上使用以下命令 -

[user@server-testdb01:~]$ psql test postgres psql (9.1.4) Type "help" for help.

test=# select * from tableName > a.txt
test-#

运行上述语句后,我无法跟踪 a.txt 的保存位置,我运行了几个 find 命令,但没有成功。

如果我做错了什么,谁能纠正我,并帮助我如何将 postgres 查询的结果保存在任何平面文件中?

最佳答案

在psql命令行工具中

\o /my_dir/output/query_result.out

Select * from foo;
\o

使用\o 命令,它的工作方式与 oracle sqlplus 中的 spool 一样。\o 单独在一条线上停止假脱机

关于sql - 使用腻子将结果保存在平面文件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20414972/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com