SQL and API methods + benchs

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Jan 24 11:26:27 CST 2005


On 1/24/05 11:07 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.

And it works or no ?

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------




More information about the Valentina-beta mailing list