First row selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soklao
    New Member
    • Apr 2007
    • 1

    First row selection

    how to select first row from database of mysql
  • ScarletPimpernal
    New Member
    • Mar 2007
    • 39

    #2
    Hi,

    U need to select the first row from the table found in the database?

    Then u can use this command

    SELECT * FROM table LIMIT1;

    Comment

    Working...