I have a table that has two foreign keys to the same table.
- operator_id_start- operator_id_stop
Both point to the operator table.
When displaying the row from the table how do I join so that I can have both Operator table details available?
-----