SQL and API methods + benchs

Olivier vidal_olivier at yahoo.fr
Mon Jan 24 10:07:07 CST 2005


Le 24 janv. 05, à 09:58, Ruslan Zasukhin a écrit :

> On 1/24/05 7:44 AM, "Olivier" <vidal_olivier at yahoo.fr> wrote:
>
>> I have a crash if I use:
>> SELECT zipcode, cityname, namestreet FROM zipcity, street where 
>> zipcode =
>> '75000'
>
> And you say that you use BinaryLink for tables?
>
> Then try also THIS syntax:
>
>  SELECT zipcode, cityname, namestreet
>  FROM zipcity JOIN street ON linkname
>  where zipcode = '75000'
>
> I.e. Specify link name

it's done. it's in sent project.
>
>
olivier



More information about the Valentina-beta mailing list