mysql Wybierz pierwsze 10 wpisów
mysql> select *from Clients ORDER BY Client_Id LIMIT 10;
Ruben Spycher
mysql> select *from Clients ORDER BY Client_Id LIMIT 10;