Some computer FAQ mostly Linux/Mac

mySQL limit number rows brought back
mysql>

select * from filename limit 1;



So LIMIT 1, brings back only one row + a header row.

Remembering commands and how to use them to do what you want to do ....