Hi all, Is it possible to perform delete operation with the table join like this? 'DELETE FROM temp INNER JOIN request_tbl ON temp.ID = request_tbl.ID WHERE temp.name LIKE request_tbl.name;'