RelationShip of tables with views

  • I have two databases

    1) Database1 (Master1, View on table1, view on table2, view on table3)

    2) Database2 (Table1, Table2, Table3)

    The above is self explanatory. Now, I have a table Master1 in database 1 which I want to link to the View on table1 of database 2

    Sanjay Masawan

     

  • SELECT field1, field2, etc...

      FROM Database1.owner.Master1

        INNER JOIN Database2.owner.table1

    ????



    Good Hunting!

    AJ Ahrens


    webmaster@kritter.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply