Limit Clauses Back | Forward | Home

'Language Reference'
  • Logical Operators

  • Relational Operators

  • Data Types

  • Column Types

  • Primary Keys

  • Functions

  • Where Clauses

  • LIKE Clauses

  • Limit Clauses

  • OrderBy Clauses

  • Notes


  • User Functions

    Database Functions

    Data Manipulation Functions

    Table Functions

    Error Handling Functions

    << Last Section ( LIKE Clauses ) Limit Clauses Next Section ( OrderBy Clauses ) >>

    Limit clauses can be used to specify the begginning offset and ending offset for a search in select(), update(), and delete(). But make note that in delete(), only the begginning offset is taken into account. A limit clause is an array in the following format

         array($startOffset, $endOffset)



    User-Contributed Comments for:
    Limit Clauses
    No comments found;