-
Query Exception
I got error “System.QueryException: Non-selective query against large object type (more than 100000 rows)” when i used in my prod environment. This is due to the no. of records in the org which are queried are about 3 lacs.What should be done in this case to counter this error. I am using query as leadlist=[select id from Lead where phone IN:phone] here phone is a standard field
Log In to reply.