[V4RB] Querying two related tables

Eric Ferrer wonderfef at noos.fr
Wed Sep 29 10:19:09 CDT 2004


Ruslan,

> For this you should use LEFT OUTER JOIN
> SELECT QuoteNumber, Name
> FROM Quotes, Clients
> WHERE Quotes.ParentClientID *= Clients.ID
> ORDER BY QuoteNumber DESC

GREAT!
Thank you very much
Eric




More information about the Valentina mailing list