How do you return the a fifty books starting from 25th

Untitled Forums Assignment Help How do you return the a fifty books starting from 25th

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7165
    Aakanksha
    Participant

    How do you return the a fifty books starting from 25th?

    #11857
    Aakanksha
    Participant

    SELECT book_title FROM books LIMIT 25, 50. The first number in LIMIT is the offset, the second is the number.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.