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. 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 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 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. Link to comment https://forums.phpfreaks.com/topic/1378-limits/#findComment-4572 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.