Postgresql 将SQL 查询结果写入文件

前端之家收集整理的这篇文章主要介绍了Postgresql 将SQL 查询结果写入文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. psqldatabase_tst
  2. //将查询语句写入文件
  3. database_tst=#>/w/tmp/write.txt
  4. database_tst=#>select*fromviews;
  5. //将查询结果写入文件
  6. database_tst=#>/o/tmp/write.txt
  7. database_tst=#>select*fromviews;
  8. //列状显示
  9. database_tst=#>/x
  10. database_tst=#>select*fromviews;
  11. /?
  12. //查询更多用法
原文链接:https://www.f2er.com/postgresql/197213.html

猜你在找的Postgre SQL相关文章