Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kris91261
  • Content: Threads
  • Order by date
  1. Kris91261

    Limit rows in MySql 4.1

    I've used the LIMIT function in mySql 5.0 with no problem. Such as: sql = "select * from Events order by EventDate DESC, 'LIMIT 0,3'" I have tried to use the same query on a mySql 4.1.22 server and I don't get an error but it doesn't adhere to the LIMIT part of the query. Any ideas on a way to...
  2. Kris91261

    sql LIMIT rows in version 4.1

    I've used the LIMIT function in mySql 5.0 with no problem. Such as: sql = "select * from Events order by EventDate DESC, 'LIMIT 0,3'" I have tried to use the same query on a mySql 4.1.22 server and I don't get an error but it doesn't adhere to the LIMIT part of the query. Any ideas on a way to...

Part and Inventory Search

Back
Top