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

Thread: sql join

  1. #1
    Join Date
    Mar 2004
    Posts
    53

    sql join

    Hello,

    I have two tables, tableA, tableB. tableA has userid, memberid columns with a total count of 300. tableB has userid, address columns. I have a flat file with memberid and address columns with around 6000 records. I need to update tableB's address column (all rows that currently have null address) using tableA and the flatfile. I believe the first step is to create a temp table tableC(from flatfile) in the database. Is it something that can be done with sql? If I have to use pl/sql, could you suggest a good approach? Thanks in advance

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Could you pl post the table creation scripts ?
    That would be much helpful for others to reply to your question.

    Tamil

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