Hi All,

I have a table with different fileds and almost the type of all them are 
smallint. I want to search on some fields with "OR" condition. I want to know 
is 
there possibility to know how many fileds matched exactly? then I can say how 
many percent match are available.

select * from my_table where sex_id = 1 or country_id = 120 or education_id

I mean if in my table there are some records with sex_id = 1 or country_id = 
120  then I got 2 (2 match) then I can say 66% percent match.

Thank you,

ali




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to