Hi
>>> I just wonder whether it can be achieved by running a SQL Script by
>>> using LEFT JOIN ?
Again , can you post CREATE TABLE....+INSERT INTO ... VALUES for testing
SELECT * FROM grpmem LEFT JOIN ctct ON grpmem.id=ctct.id
> Dear Uri,
>
[quoted text clipped - 48 lines]
>>> Thanks
>>> Patrick
Patrick - 01 Jul 2008 12:30 GMT
Dear Uri,
Thank you for your advice and I will supply more information tomorrow.
Thanking you in anticipation.
The queries should be
select * from grpmem where id = 780205
id Group Id member
780205 735169 437418
select id, c_last_name from AHD.ctct where id = 735169
id c_last_name
735169 Property Service Officer
select id, c_first_name, c_last_name from ctct where id = 437418
id c_first_name c_last_name
437418 James Pang
Thanks
Patrick
> Hi
>>>> I just wonder whether it can be achieved by running a SQL Script by
[quoted text clipped - 57 lines]
>>>> Thanks
>>>> Patrick