Welcome Guest, Not a member yet? Register   Sign In
Query Problem
#3

[eluser]Muhammad Faisal Shabbir[/eluser]
$this->db->select(' created_on,user_id,profilepic');
$this->db->from('xyz');
$this->db->where(date_format(created_on,’%Y-%m’) < date_format(now(), ‘%Y-%m’));
$this->db->groupby(date_format(created_on,’%Y-%m’));
$this->db->orderby("created_on","desc");
i think it will work. if there are some issue then u can debug it on your local server but structure of the query will like this


Messages In This Thread
Query Problem - by El Forum - 12-24-2007, 12:52 AM
Query Problem - by El Forum - 12-24-2007, 01:33 AM
Query Problem - by El Forum - 12-24-2007, 01:34 AM
Query Problem - by El Forum - 12-24-2007, 02:02 AM
Query Problem - by El Forum - 12-25-2007, 12:11 AM
Query Problem - by El Forum - 12-26-2007, 04:12 AM
Query Problem - by El Forum - 12-26-2007, 11:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB