never mind figured out to use LIKE
----- Original Message -----
From: "Eric Advincula" <eric07@earthlink.net>
To: <instantDB@enhydra.org>
Sent: Saturday, July 22, 2000 10:54 AM
Subject: Re: InstantDB: A question.
> Is there a way to remove the case sensitivity in InstantDB
>
> example:
> I would like to do a select statement:
>
> SELECT FirstName FROM Data WHERE LastName = 'Smith'
>
> but get the same result if i do this
>
> SELECT FirstName FROM Data WHERE LastName = 'smith'
>
> --------------------------------------------------------------------------
---
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|