mysql pilih 10 entri pertama
mysql> select *from Clients ORDER BY Client_Id LIMIT 10;
Ruben Spycher
mysql> select *from Clients ORDER BY Client_Id LIMIT 10;