Possible Duplicate:
Select TOP X (or bottom) percent for numeric values in MySQL
How would I write this query in MySQL??
SELECT TOP 50 PERCENT * FROM Persons
The number of entries in the table will be constantly changing so I need to select by percentage rather than a fixed number.