InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: Case Insensitive Search



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.