I need to search between 1 and 5 NON-ADJACENT occurrences of a Varbinary field in another Varbinary field.
For example to find in which record are A,B,C and D, querying a field with
stuffAstuffstuffBstuffCstuffDstuffstuff.
Here is the real picture:
There is a Table1 (no more than 300,000...
Hello,
I have a field pos_bin, which is Varbinary(2).
The following command:
REPLACE pos_bin WITH BITSET(pos_bin,1)
produces 0200 in the field and
REPLACE pos_bin WITH BITSET(pos_bin,8)
gives 0201.
How can I revert the result, so that when I set bit #0 I get 0001 and when I set...
I have to arrange words in reverse order (right to left) to explore the suffixes. Here is an example: http://tinyurl.com/4tvugvr.
The Help says 'RightToLeft [property] is disregarded unless you are running a Middle Eastern version of Microsoft Windows.'
Is there a way to do it in VFP or Excel...
Is it possible to search with keywords in any order? For example a field contains the keywords 'journey earth centre', another record has a field with 'centre journey earth'. Is it possible to find both records by searching for 'earth journey centre'?
If yes, how should the query be made? What...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.