MySQL code snippets
Select random record [view]
This SQL snippet will select a random record from a mysql database
by spyka (http://www.spyka.net) viewed 1563 times
Selecting distinct entries [view]
This query will show you how to select only distinct (unique) entries from a database.
by spyka (http://www.spyka.net) viewed 541 times