eyewinkler Posted April 8, 2007 Share Posted April 8, 2007 i have column and 100s of values in the column like (128,129,130,131) and i want to fetch that row with have the value 128 what will be the query plz help Quote Link to comment https://forums.phpfreaks.com/topic/46110-mysql-query/ Share on other sites More sharing options...
MadTechie Posted April 8, 2007 Share Posted April 8, 2007 erm.. Fetch your need to supplie more details first Quote Link to comment https://forums.phpfreaks.com/topic/46110-mysql-query/#findComment-224089 Share on other sites More sharing options...
AndyB Posted April 8, 2007 Share Posted April 8, 2007 $query = "SELECT * from your_table_name WHERE some_column_name = '128'"; Quote Link to comment https://forums.phpfreaks.com/topic/46110-mysql-query/#findComment-224090 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.