[Webpro] Q on SQL query...

jsWalter jsWalter at torres.ws
Mon Apr 12 18:35:45 EDT 2004


Thanks, but I have it now...

SELECT
    a.st_id,
    a.st_name,
    b.con_id,
    b.con_name
FROM
    stations AS a
LEFT OUTER JOIN
    contacts AS b
ON
    a.st_id = b.st_id
ORDER BY
    a.st_name

Works like a charm.

Walter




More information about the Webpro mailing list