try
select * from address where upper(name) = upper("david")
Andreas
Chris Lu wrote:
> Hi there:
>
> How do I perform a case insensitive seacrch in a SQL ?
> Does Instant DB support this feature ?
>
> For example:
> I would like to search a name = "David" or "david" or "DAVID" or "DAvid" or ...
> from a table (address). What is the SQL ?
>
> SELECT * from address where name="david" (Ignore case) ??
>
> Thank you in advance!
>
> --------------------------------------------------------------
> Chris J. Lu (Ph.D.) (E): lu@nlm.nih.gov
> Senior System Architect (O): 301-435-3170
> AppNet, Inc. http://www.appnet.net
> e-Business Technology and Integration http://www.cen.com
>
> -----------------------------------------------------------------------------
> 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.
--
-------------------------------------------------------
Andreas Hausleitner
Head of Engineering
Caramba Labs
eMail: a.hausleitner@carambalabs.com
WWW: http://www.carambalabs.com
Tel: +43-1-9435167
Fax: +43-1-7186170
-------------------------------------------------------
Bill Joy (Sun Microsystems) always says,
'Innovation will happen, and it will happen elsewhere.'
-------------------------------------------------------
-----------------------------------------------------------------------------
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.
|