Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Foundit in microsoft.public.fox.vfp.queriessql
Author: Bernhard Sander
Date: Dec 4, 2007 05:03
... records from another table that has "1019x1y3" if found in the memo field: Select myfield,csrindex from myTable where ( csrindex IN ( Select myMemo from TMem ) ) into cursor foundit The SQL IN operator does not check, whether the left operand (csrindex) is a substring of some of the found values of the right subselect. It only checks, whether at least one of the ...
|