Welcome Guest, Not a member yet? Register   Sign In
Query Builder : remove an ORDER BY clause from a query ?
#2

I don't believe there is, unless you're willing to reset the whole query ($this->db->reset_query()). You should probably consider delaying the addition of the ORDER BY clause until you can determine whether it should be included, rather than trying to remove it later in the code.
Reply


Messages In This Thread
RE: Query Builder : remove an ORDER BY clause from a query ? - by mwhitney - 04-13-2015, 08:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB