Example:
Devices:
Dev_id Dev_name
1 Dev1
2 Dev2
3 Dev3
and
Faults:
Fault_id Dev_id Date
1 1 3/5/2011
2 1 4/5/2011
I need a query that displays ALL devices and ,if exists, the corresponding faults, like that:
Dev_id Dev_name Date
1 Dev1 3/5/2011
1 Dev1 4/5/2011
2 Dev2 (Null or anything)
3 Dev3 (Null or anything)
can this be done

New Topic/Question
Reply




MultiQuote




|