How to select the First row from a MySQL table

You can use the following command to get the first row from a MySQL table:

SELECT * FROM table LIMIT 1

Explanation:

table – table name

 

By limiting the returns to 1 (LIMIT 1) we get the first row from the table.

Example:

SELECT * FROM tusers LIMIT 1

2 Comments

  1. Thanks for posting about this, I would like to read more about this topic.

  2. Ora vossa excelência não partilhou com os amigos a existência deste espaço – mas como estes são muito inteligentes (ou em linguagem mais acutalizada – bué da smarts) chegaram cá.

    Estou gostando, pode ser que com um pouquito mais de tempo venha cá ler os posts todos e quiça experimentar 😀

    Buz

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.