Tim,

I think you misunderstood the question. Daniel wants to block Select
queries that ask for all rwows, and permit only queries that ask for some
rows, as restricted by the Where clause.

Unfortunately, I don't think that can be done. But I'm not certain of that;
there might be a trick.

Arthur
www.artfulsoftware.com

On Sun, Sep 23, 2012 at 3:50 PM, Tim Pownall <pownall...@gmail.com> wrote:

>  select * from table where column=value means it will return only rows that
> match.  as long as you have proper indexing there should not be any issues.
>
> On Sun, Sep 23, 2012 at 1:23 PM, Luis Daniel Lucio Quiroz <
> luis.daniel.lu...@gmail.com> wrote:
>
>

Reply via email to