Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can import CSV file data into a Postgres table? And I have a multiple delimiter like , and ".

Kindly suggeste me, hope for reply.

Thanks

share|improve this question
3  
Did you check the copy and \copy commands? –  a_horse_with_no_name Feb 2 at 10:55
    
no: I am new for using postgresql kindly suggest me in detail –  user88 Feb 2 at 11:12
    
Please read this page of the manual: postgresql.org/docs/current/static/sql-copy.html –  Igor Romanchenko Feb 2 at 11:18
    

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.