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