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