Welcome Guest, Not a member yet? Register   Sign In
between clause
#4

[eluser]Dready[/eluser]
Hello,

just use the query method of the db object. That gives, with manilodisan example :

Code:
$res = $this->db->query('SELECT * FROM people WHERE height BETWEEN 12 AND 16');


Messages In This Thread
between clause - by El Forum - 10-01-2008, 02:04 AM
between clause - by El Forum - 10-01-2008, 03:17 AM
between clause - by El Forum - 10-01-2008, 03:22 AM
between clause - by El Forum - 10-01-2008, 03:25 AM
between clause - by El Forum - 10-01-2008, 03:34 AM
between clause - by El Forum - 10-01-2008, 04:23 AM
between clause - by El Forum - 10-01-2008, 04:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB