Welcome Guest, Not a member yet? Register   Sign In
limit in mysql
#3

[eluser]Unknown[/eluser]
but still the "SELECT * FROM `mytable` LIMIT 10, 20 " query you given to me still not work on me......

The query display none of records....


this is the query i made.. [which mean i sorted the table to its id in decending way]
$this->db->order_by("id", "desc");
$query = $this->db->get('article',2);


but if i gonna use
$query = $this->db->get('article',0,2);
> it display none of records.


Messages In This Thread
limit in mysql - by El Forum - 03-05-2008, 09:14 PM
limit in mysql - by El Forum - 03-05-2008, 09:20 PM
limit in mysql - by El Forum - 03-06-2008, 06:32 PM
limit in mysql - by El Forum - 03-07-2008, 01:23 AM
limit in mysql - by El Forum - 03-07-2008, 01:46 AM
limit in mysql - by El Forum - 03-07-2008, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB