This is a discussion on How compare two binary strings (kind of LOCATE func) within the MySQL Database forums, part of the Database Forums category; Hello people, does anybody know some function to locate a sub-binary field into another binary field? Example: locateb(101,...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello people, does anybody know some function to locate a sub-binary
field into another binary field? Example: locateb(101,100010010100) = 7 it looks the same as locate('101','10000010100') which process strings instead bits. I would like to have some very fast function working at bit level , I would appreciate any helping thans Mig |