views:

59

answers:

1

Hi guys,

I have three coloumns in my table, all containing text. I want to calculate a correlation between coloumn A and B, and A and C. How can I do this, and can I do it within MySQL?

For example, I can have the values

('Hello world', 'ello world', 'Good bye'), ('Hello world', 'H e l l o', 'Bye world')

Cheers

Nik

+1  A: 

Look at this previously asked question. In short, the functionality is hardly available in MySQL.

newtover