![]() |
mysql query mess help - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: mysql query mess help (/thread-40665.html) |
mysql query mess help - El Forum - 04-15-2011 [eluser]quasiperfect[/eluser] can anyone sugest a more elegant method of doing this Code: $this->db->query("CREATE TEMPORARY TABLE ranks (rank int(10) NOT NULL,voted VARCHAR(15) NOT NULL) ENGINE=MEMORY"); ? the idea is to select the rank of a user mysql query mess help - El Forum - 04-15-2011 [eluser]carbona[/eluser] Can you shows us your tables structure ? |