I am having problems with some SQL I am writing. I have a table of rooms and a table of recordings and I want to return the last recording ID in each room. This is no big deal except when the system is initialized and there are no records in the recordings table. The query returns an empty result set. I have read about THETA JOINS and it seems to be what I am looking for but I cant find any examples of how to put this kind of SQL statement together in MYSQL.
Thanks

