i was wondering if you could help me construct a query here
What i have is 2 Tables:
Posts and Images
Every entery in Images has a row called "post_assoc", which is set to the ID of a entery in the "Posts" Table, i want to select all Posts enteries that do not have a image entery pointing to them, is this possible without any server side script sorting ?
Feel free to ask if you need elaboration