cassy01 Posted March 3, 2008 Share Posted March 3, 2008 hi, i am trying to select distinct values from a table and put them in a drop down list. tblProducts ID Name Type Price i am trying to select the distinct values from the type field but not sure how to do it with the other data in the table, please help Link to comment https://forums.phpfreaks.com/topic/94161-select-distinct/ Share on other sites More sharing options...
fnairb Posted March 4, 2008 Share Posted March 4, 2008 select distinct Type from tblProducts Link to comment https://forums.phpfreaks.com/topic/94161-select-distinct/#findComment-482453 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.