I am building a function that sends this argument(pageId).
In the function I have this: SELECT * FROM articles WHERE page = $pageId
If I want to select all $pageId (no sorting), is there a way to write: WHERE page = [ALL]
regards, Thomas Andersen
yes, just skip the where class altogether, so its
SELECT * FROM articles