Base Posted May 19, 2007 Share Posted May 19, 2007 A good day to one and all here at PHP Freaks! I have a slight problem: I want to be able to select information from a MySQL database after a specific row. So let's say that i wanted to do: SELECT * FROM tutorials WHERE ID =>10 Would that work? I am a little confused how to do that! Hope i have made myself clear enough. Base Link to comment https://forums.phpfreaks.com/topic/52108-solved-where-id-1-mysql-problem/ Share on other sites More sharing options...
Base Posted May 19, 2007 Author Share Posted May 19, 2007 Right, i'm being such a tool! code is: SELECT * FROM tutorials WHERE tut_id >= 10; Link to comment https://forums.phpfreaks.com/topic/52108-solved-where-id-1-mysql-problem/#findComment-256921 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.