Results 1 to 2 of 2

Thread: My First Query : Master table and Slave Table in join but ...

  1. #1
    Join Date
    Jul 2014
    Posts
    1

    My First Query : Master table and Slave Table in join but ...

    Hello,
    this is my first post

    I have a Table A as Master Data
    I have a Table B as details of A

    Join Field A.Z = B.Z

    I would like all fields of A but changing the information of A.Z with B.Z

    Example:

    Area as A
    Employee as B

    I would like the table A with all the informations of the Area but replicated for each Employee B

    I Hope it's clear my question

    Thanks

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Can you post schema of both tables?

Posting Permissions

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