>-----Original Message-----
>From: Alexander S.Kresin [mailto:a...@belacy.belgorod.su] 
>Sent: Tuesday, June 09, 2009 2:14 PM
>To: Harbour Project Main Developer List.
>Subject: [Harbour] Re: How to simulate select ... where ... 
>orderby ...limit ... offset
>
>> Here isn't join, subselect, acces to remote table and many 
>othes things.
>
>  It doesn't support the keyword "JOIN" - probably, because 
>this keyword
>  wasn't included in SQL standard at the time when it was 
>written, but it supports the join operation itself:
>
>select table1.num, table2.name, ... from table1, table2 where 
>table2.num = table1.num and ...
selection is optimized (selection indices when they are) ?
In dbEval you can use (before dbeval seek) "while" and "for" etc. This a
choice of speeds.

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to