Jun 9, 2003 #1 robvi Programmer Aug 16, 2002 11 FR I have a sp in db1 and, inside this sp, I'd like to access a column in db2. How may I have something like : select * from t1, db2, t3
I have a sp in db1 and, inside this sp, I'd like to access a column in db2. How may I have something like : select * from t1, db2, t3
Jun 9, 2003 Thread starter #2 robvi Programmer Aug 16, 2002 11 FR I write the question and here is the answer : select * from t1, db2..t3 There are 2 points between the database name and the column name. Upvote 0 Downvote
I write the question and here is the answer : select * from t1, db2..t3 There are 2 points between the database name and the column name.