I want to select a row from two different tables, and I want the one row that is selected to have the latest time that was inserted into the database. So, like say row1 in table1 has a timestamp of 1050303 and row2 in table2 has a timestamp of 10505050. I only want row2, the one with the latest time stamp, to be selected. Is there anyway to do this in one query, and if not, can you show me how to do it anyway? Thanks