korrupt_23 Posted November 17, 2003 Share Posted November 17, 2003 Hey, just quick question, but how would you make a limit be something though something. For example, 20 through 40? I thought it was.. LIMIT 20.40 But it seems to cut it off at a weird point, so I just wanna make sure. Thanks in advanced. Quote Link to comment https://forums.phpfreaks.com/topic/1378-limits/ Share on other sites More sharing options...
Arenium Posted November 17, 2003 Share Posted November 17, 2003 err...not exactly, limits can be tricky the way you want to use them: http://www.mysql.com/doc/en/SELECT.html Quote Link to comment https://forums.phpfreaks.com/topic/1378-limits/#findComment-4552 Share on other sites More sharing options...
triphis Posted November 17, 2003 Share Posted November 17, 2003 Im way to lazy to go find the correct answer, but LIMIT is either: #how many records,where you start. for example 5,20 = records 20-24 OR where you start,#records. for example 5,20 = records 5-25 Quote Link to comment https://forums.phpfreaks.com/topic/1378-limits/#findComment-4553 Share on other sites More sharing options...
korrupt_23 Posted November 18, 2003 Author Share Posted November 18, 2003 Ah, I do see a little bit.. thanks. It cleared up a few confusing things I had problems with. Quote Link to comment https://forums.phpfreaks.com/topic/1378-limits/#findComment-4572 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.