Results 1 to 2 of 2

Thread: Qualify db name in SQL

  1. #1
    Yogesh Guest

    Qualify db name in SQL

    How to qualify the database name in SQL statement
    E.g., select * from Database name. table name


  2. #2
    Ray Miao Guest

    Qualify db name in SQL (reply)

    select * from db_name.owner.table_name where ...


    ------------
    Yogesh at 10/15/01 5:31:50 AM

    How to qualify the database name in SQL statement
    E.g., select * from Database name. table name


Posting Permissions

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