WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

Similarity List for MYSQL?

laa

New member

0

0%

Status

Offline

Posts

38

Likes

0

Rep

0

Bits

200

5

Months of Service

0%
Hello, I am creating a similarity list in mysql. Now the name of the table is "similarity". Columns are "id, similar_text, similar_user". Sample table: -- "1", "green ali ATA look", "mehmet" "2", "apple pear peach", "mehmet" "3", "red blue green", "ali" "4", "grape peach", "ayse" "5", "plastic dandini dandini dastana", "ismail" "6", "exhaust marijuana coal plastic", "ayse" -- For example, the person named "mehmet" has 2 data. These are "green ali ata bak" and "apple pear peach". The words in these sentences are the same as the other data. It will work like this: if the words in the 2 data of "mehmet" are similar to the other data, it will list them. Mehmet: "1", "green ali ATA look", "mehmet" "2", "apple pear peach", "mehmet" List: "3", "red blue green", "ali" "4", "grape peach", "ayse such. What did I do? 1. MYSQL LIKE 2. SOUNDS LIKE However, I couldn't get the result I wanted. How can I do it?
 

249

6,622

6,642

Top