MySQL Command Line Top 10
mysql> select *from DemoTable limit 0,10;
Strange Snake
mysql> select *from DemoTable limit 0,10;