I want this query to display 3 attributes from 3 different tables depending on the value of an attribute given at the beginning of the query, but I can't get the syntax right for the SELECT clause. this is the latest version:
SELECT StudentName FROM Student,RoomNo FROM SingleRoom,Name FROM HallManager
WHERE HallsOfResidence.HallName &HallName;
This looks like simple stuff but even in my book I can't find anything about this.
Thanks,
Darren
SELECT StudentName FROM Student,RoomNo FROM SingleRoom,Name FROM HallManager
WHERE HallsOfResidence.HallName &HallName;
This looks like simple stuff but even in my book I can't find anything about this.
Thanks,
Darren