code_junkie

Oracle and SQL Dataset

Nov 14th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. SELECT *
  2. FROM sqlservertable
  3. INNER JOIN linkedserver.oracletable
  4. ON whatever
Add Comment
Please, Sign In to add comment