Welcome Guest, Not a member yet? Register   Sign In
My query returns empty results with big tables. Any advice?
#4

(09-14-2016, 03:08 PM)cartalot Wrote:
PHP Code:
$this->db->like('email'$input_string); 

First thing to try - don't use like, use where. The email address has to be exact so like is unnecessary.
Second - do you have indexes on the fields you are searching?

It returns empty with like or where.
And yeah the table has a Primary index (id)
Reply


Messages In This Thread
RE: My query returns empty results with big tables. Any advice? - by HeyDarling - 09-14-2016, 04:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB