Jump to content

PL/SQL Help?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
relativity

relativity

    Newbie

  • Members
  • Pip
  • 1 posts
I have two tables that have a primary-foreign keys, I'd like to use data from the second table without making use of a join. How can I do this.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You could do a second query, but you should probably just do a join. Why don't you want to?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog