Woodburn2006 Posted October 4, 2007 Share Posted October 4, 2007 how do i not display the fist result in a SQL query? do i need to add code to the query or do i need to use php? Quote Link to comment https://forums.phpfreaks.com/topic/71867-mysql-results/ Share on other sites More sharing options...
BlueSkyIS Posted October 4, 2007 Share Posted October 4, 2007 look at MySQL's LIMIT function SELECT * FROM sometable LIMIT 1,10000 Quote Link to comment https://forums.phpfreaks.com/topic/71867-mysql-results/#findComment-362012 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.