I have a table named tblMitigation
, which has several columns:
Headcode, Time, Origin, Destination, Mitigation, Next Service.
The Next Service
column refers to another Headcode
value in the same table. How can I use MySQL to look up the Mitigation
column for that other service?
Thanks
Chris