Comments on: How to write a SQL exclusion join http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Timi http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/#comment-20221 Timi Sun, 09 Sep 2012 06:36:57 +0000 http://www.xaprb.com/blog/?p=6#comment-20221 Been battling with inserting data across many tables in one query in which different conditions should be checked before inserts are considered with a complete collection of datasets for example, CHECK TABLE ONE IF DATA ONE EXISTS IF YES IGNORE THE DATA AND CHECK IF A COMBINATION OF DATA ONE AND DATA TWO EXITS IN TABLE TWO IF YES IGNORE AND CHECK IF A COMBINATION OF DATA ONE, TWO AND THREE EXIST IN TABLE THREE…etc

]]>
By: E. Serrano http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/#comment-20097 E. Serrano Sat, 23 Jun 2012 21:09:26 +0000 http://www.xaprb.com/blog/?p=6#comment-20097 I had exactly the same problem excluding results from a JOIN, and this comprehensive explanation perfectly fixed the issue. The subquery was the solution – and the whole query isn’t so slow after all. Thank you for sharing this!

]]>
By: abc http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/#comment-19390 abc Sat, 28 May 2011 09:56:11 +0000 http://www.xaprb.com/blog/?p=6#comment-19390 Thanks a lot! New to SQL and DB, and this is a very useful and well-written article.

]]>
By: Shino http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/#comment-18105 Shino Tue, 06 Apr 2010 06:26:39 +0000 http://www.xaprb.com/blog/?p=6#comment-18105 May i know how to write the outer-join between table R (A,B) and S (B,C) in SQL without using the outerjoin syntax?

]]>
By: Liv Detrick http://www.xaprb.com/blog/2005/09/23/how-to-write-a-sql-exclusion-join/#comment-16983 Liv Detrick Thu, 17 Sep 2009 17:29:49 +0000 http://www.xaprb.com/blog/?p=6#comment-16983 Thanks!

]]>