tobeyt23 Posted February 27, 2015 Share Posted February 27, 2015 How do you find values in the same table that are a like? Quote Link to comment https://forums.phpfreaks.com/topic/294936-selecting-like-values-within-the-same-table/ Share on other sites More sharing options...
Barand Posted February 27, 2015 Share Posted February 27, 2015 You read the answers to the same question you have just asked in another topic http://forums.phpfreaks.com/topic/294924-how-to-find-duplicates/?do=findComment&comment=1506922 Quote Link to comment https://forums.phpfreaks.com/topic/294936-selecting-like-values-within-the-same-table/#findComment-1506935 Share on other sites More sharing options...
jeffreyappel Posted February 27, 2015 Share Posted February 27, 2015 select * from tbl where somthing LIKE 'somthing' Quote Link to comment https://forums.phpfreaks.com/topic/294936-selecting-like-values-within-the-same-table/#findComment-1506969 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.