Mysql Select Limit tweets
@MySQL should really optimize rand() to be a lot quicker in the context of "select `id`,`name` from `table` order by rand() limit 0,1".
https://twitter.com/devmonkeydenver
11 years ago
Postgres allows a LIMIT on a SELECT only. You can't use a LIMIT on an UPDATE like MySQL.
https://twitter.com/GreensterRox
11 years ago