Try this:
SELECT *from order_itemswhere order_id in (select ID from orders order by ID desc limit 100);
DAQ