FindAllLinked SQL
Bart Pietercil
bart.pietercil at gmail.com
Mon May 7 08:57:33 CDT 2007
>
> SELECT *
> FROM T1 join T2 using blinkName
In VSTudio I try this
SELECT * FROM competence_cluster join competence_cards using
(mm_compcards_to_cluster)
results in error
15:53:34: Error: line 1:1: expecting '(', found
'mm_compcards_to_cluster'
15:53:51: Error: Identifier "mm_compcards_to_cluster" is not found.
15:53:51: Error: Kernel error: 0x51500
15:53:51: Error: Identifier "mm_compcards_to_cluster" is not found.
The binary link name was copied from VStudio
I added the () per the error reported in VStudio
Broken ?
Please advice
Bart
More information about the Valentina
mailing list