Welcome Guest, Not a member yet? Register   Sign In
SQL Query
#1

[eluser]georgerobbo[/eluser]
Hello,

I have the following SQL query.

Code:
function get_panel()
    {
        $this->db->select('Object_ID, Object_Desc');
        $this->db->order_by('Primary_ID', 'random');
        
        $query = $this->db->get('panelbase');
        return $query->result_array();

    }

Please ignore, I have found a solution. Apologies for a pointless thread.


Messages In This Thread
SQL Query - by El Forum - 09-04-2009, 01:58 PM
SQL Query - by El Forum - 09-04-2009, 02:00 PM
SQL Query - by El Forum - 09-04-2009, 02:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB