DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: sql loader problem

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Posts
    15

    Lightbulb

    Hi ,
    How can I load a comma delimited file inot table.

    I tried
    Load data 'h:\test.txt' separeted by comma
    INTO table A


    got error about "separeted by comma"

    Thanks in advance.
    Pl. help ASAP

  2. #2
    Join Date
    Feb 2001
    Posts
    15
    I THINK
    I NEED TO WRITE LIKE THAT
    Load data 'h:\test.txt'
    INTO table A
    FIELD TERMINATED BY ','

    I WILL TEST WITH THAT.
    HOPE THIS IS RIGHT?



  3. #3
    Join Date
    Feb 2001
    Posts
    203
    Yes it is. Check the bad file after you execute.
    sree

  4. #4
    Join Date
    Feb 2001
    Posts
    15

    THANKS

    THANKS, DID WORK

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width