This is thirty post in one houre . so i am sorry !
but i did\'t get what i want !
i will try to explain more ..
i have two tables ..
POSTS <--
I am assuming you need to get all posts (and by posts you mean articles)
yes, you can use one query:
SELECT * FROM articles;
To get all articles