souravhainpagal Posted June 19, 2012 Share Posted June 19, 2012 I have a data in a table of mySQL... PILDMORN-OK(ODAT)RDS-UP(STAT) now I have to select data from another table if it matches only a certain part of this data...PILDMORN-OK I need the reverse functionality of the LIKE.... well...to make the problem more clear...I DO NOT require all subsets to be selected... for ABCDE as the input....i require only A,B,C,D,E or AB,BC,CD,DE or ABC,BCD,CDE or ABCD,BCDE or ABCDE to be selected....and nothing else A reply would be much appreciated... Thanks Link to comment https://forums.phpfreaks.com/topic/264463-is-there-any-mysql-function-opposite-to-the-like-read-the-description/ Share on other sites More sharing options...
fenway Posted June 30, 2012 Share Posted June 30, 2012 "NOT LIKE"? Link to comment https://forums.phpfreaks.com/topic/264463-is-there-any-mysql-function-opposite-to-the-like-read-the-description/#findComment-1358161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.