Search:

Type: Posts; User: the light

Search: Search took 0.10 seconds.

  1. Re: retrieving rows in reverse direction from db

    when we run "select * from table_name where 'some condition'" then all records from 'select' first goes into main memory of our/client computer then 'where' clause is applied there to return selected...
  2. Re: retrieving rows in reverse direction from db

    Hi Copeg!

    I am using MySql for database and JDBC for programming purpose
  3. retrieving rows in reverse direction from db

    Hi!

    I am implementing pagination using Sql limit in mysql and i want to retrieve records from the last row backwards. There are several thousands records in table

    and i want to retrieve say...
Results 1 to 3 of 3