Welcome Guest, Not a member yet? Register   Sign In
Exporting current query results to CSV
#4

[eluser]NeoArc[/eluser]
You should learn some MySQL Wink

$query = $this->db->query(“SELECT id, name, date, telephone FROM users
WHERE creation_date < '2010-11-10' AND status=1 ORDER BY id DESC LIMIT 20”);


Messages In This Thread
Exporting current query results to CSV - by El Forum - 04-07-2011, 03:58 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 06:12 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 06:19 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB