jimbojames5645
Programmer
In order to determine if a record is in a table, i am using select count(1) from tablename where field = 'data'
I have run this query for millions of records against a table that is has 10s of millions in it. Is there a faster way to check to see if a record exists, maybe checking multiple records at once?
I have run this query for millions of records against a table that is has 10s of millions in it. Is there a faster way to check to see if a record exists, maybe checking multiple records at once?