FindAllLinked SQL

Bart Pietercil bart.pietercil at gmail.com
Mon May 7 08:40:45 CDT 2007


>

This IS what I was looking for (I'm sorry but NOWHERE in the wikipage

<http://www.valentina-db.com/dokuwiki/doku.php? 
id=paradigma:public:en:documentation:vsql:reference:select:join>

is stated that you can use a binary link

I've been looking all weekend because it "felt" like it should be  
something like that but could not find it

Maybe an update of this page is needed ?





>> I must be missing something...
>
> Yes,
>
> Join now looks MUCH SIMPLER !!!
>
> SELECT *
> FROM T1 join T2 using blinkName

Wouldn't this result in a full join ? Can I add a where clause

SELECT * FROM T1 join T2 using aBinaryLink WHERE T1.recid  = x

Would this work ?

TIA

BArt


More information about the Valentina mailing list