File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes are these join same Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "are these join same" Watch "are these join same" New topic
Author

are these join same

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510



Sridhar Santhanakrishnan
Ranch Hand

Joined: Mar 20, 2007
Posts: 317
LEFT JOIN and LEFT OUTER JOIN are the same... OUTER is optional here.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: are these join same
 
Similar Threads
JPA - getSingleResult Error
regarding left outer join
Question for SCBCD aspirants (and gurus)...
Is this type of group by query possible in JPA ?
How to use Left outer join in EJB 3.0