Hi,
In mysql database I have a column that has:
test
test
test
testing
testing
I am trying to build a menu, but need to get only one result for each word the same when looping through the records?
Thanks
| SitePoint Sponsor |




Hi,
In mysql database I have a column that has:
test
test
test
testing
testing
I am trying to build a menu, but need to get only one result for each word the same when looping through the records?
Thanks




Looks like GROUP BY is the answer..
Bookmarks