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 ...

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

Reply via email to