MySQL Forums
Forum List  »  Full-Text Search

partial bit matching
Posted by: Alexander Gusev
Date: October 10, 2007 02:32PM

Hello,

I have a database where one column holds entries consisting of bit sequences (0/1 strings of equal length). I would like to know if it's possible to do a sort of partial match search on such a field. In other words, I would like to SELECT one entry in that column and find all other entries which are x number of bits different.

Is this something that is possible with mySQL, or any databasing software?

Options: ReplyQuote


Subject
Views
Written By
Posted
partial bit matching
4330
October 10, 2007 02:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.