Hi.
On Mon, Oct 01, 2001 at 12:37:58AM +0800, [EMAIL PROTECTED] wrote:
> On Sun, Sep 30, 2001 at 11:07:37AM -0500, Gunter Leeb wrote:
> > Hi,
> >
> > Consider Name LIKE 'ABC%' finds all names that start with ABC.
> >
> > I am looking for the reverse: I have a string and I am looking for
> > all
On Sun, Sep 30, 2001 at 11:07:37AM -0500, Gunter Leeb wrote:
> Hi,
>
> Consider Name LIKE 'ABC%' finds all names that start with ABC.
>
> I am looking for the reverse: I have a string and I am looking for all the records
>that have a name which is the BEGINNING of this
> string. As an example:
Hi,
Consider Name LIKE 'ABC%' finds all names that start with ABC.
I am looking for the reverse: I have a string and I am looking for all the records
that have a name which is the BEGINNING of this
string. As an example: I have'ABCDE' and I want rows contains 'ABCD' or 'ABC' or
just 'A' f