Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6583963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:28:39+00:00 2026-05-25T16:28:39+00:00

I want to export query result in csv file. I used query select *

  • 0

I want to export query result in csv file. I used query select * from entity
COPY (select * from entity) TO ‘D:/text.csv’ WITH DELIMITER AS ‘|’ CSV HEADER;
and it workd.. But I want to know if I can do it using spool command like we do it in oracle..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:28:40+00:00Added an answer on May 25, 2026 at 4:28 pm

    PostgreSQL doesn’t have a SPOOL command. You can direct output to a file using COPY (as you’ve discovered) or by using psql. Psql is a command-line tool. It’s not a re-implementation of Oracle’s SPOOL.

    From the OS prompt

    psql -o filename -c 'select * from your_table_name;'
    

    You might have to specify the username and database name, depending on how your login is set up.

    From the psql prompt

    \o filename
    select * from your_table_name; 
    

    There are options to control the output. See the -F and -R options, especially.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to export certain fields from the query below to a Text file.
I am trying to export result of query to a text file using outfile
I have a simple report that I want to export to a CSV file.
I want to export sql query results as table on an XLS file (or
I want to split mysql queries from phpmyadmin export format. Each query will be
I am using SQL Server 2008 Enterprise. I want to export the query result
I have a export script that export items to a csv file. I want
I want to export the audio-media of a MOV-File with the QuickTime-API and save
I am want to export database table to a file. I am using the
In SQL Server 2008, I want to export the result of a stored procedure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.