Welcome Guest, Not a member yet? Register   Sign In
ORDER BY ON SQLite3
#1

When using database SQLite3 and using order by, the query builders produce

SELECT * FROM TABLE ORDER BY RAND();

It must be,

SELECT * FROM TABLE ORDER BY RANDOM();
Reply
#2

You need to file a bug report in Issues here:

Issues - for bug reporting
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB