[V4RB 0000496]: SQL-Problem

Ivan Smahin IvanSmahin at public.kherson.ua
Mon Feb 28 20:25:21 CST 2005


Hello Claudius,

      One more short note:

      Assume you have binary link which is joined two tables.
      Assume this is single link.

      We need to get join of these tables:

      1) SELECT ... FROM T1 INNER JOIN T2 ON Link_Name
      2) SELECT ... FROM T1, T2


      But for outer joins you have only one way:
      1) SELECT ... FROM T1 LEFT JOIN T2 ON Link_Name
      
-- 
Best regards,
 Ivan                            mailto:IvanSmahin at public.kherson.ua



More information about the Valentina-beta mailing list