timmah1 Posted December 27, 2007 Share Posted December 27, 2007 I'm trying to show contents of a database, but I want to only show items after the id number 10, how would I do that? I'm at a lost with this. Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/83307-solved-mysql-display/ Share on other sites More sharing options...
trq Posted December 27, 2007 Share Posted December 27, 2007 SELECT * FROM tbl WHERE id > 10; Quote Link to comment https://forums.phpfreaks.com/topic/83307-solved-mysql-display/#findComment-423851 Share on other sites More sharing options...
timmah1 Posted December 27, 2007 Author Share Posted December 27, 2007 Oh jeez, I must've had a brain fart. Thanks Thorpe Quote Link to comment https://forums.phpfreaks.com/topic/83307-solved-mysql-display/#findComment-423854 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.