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