Let me try and explain my challenge a little more.
I am showing only the latest 20 records so i have been using
SELECT * FROM news ORDER BY date DESC LIMIT 20
Forgive the messed up syntax but i wanna do something like this.
SELECT * FROM news AND news_archive, ORDER BY date DESC LIMIT 20
I dont think this syntax is correct, but hopefully someone will get my drift.. 🙂