DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
25. How to retrieve only the desired results from mysql select statement results (limit the results)?
1. SELECT * FROMTableNameLIMIT10FROM TableName LIMIT10;
2. Ex : mysql> select * from mysql.general_log LIMIT 10;