Possible Duplicate:
How do I make a query return nothing when there are no conditions?
If I have a query,I don't want any results returned when it isn't provided with any WHERE clause information.
In simpler terms, how do I make a query non-greedy?