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: Don't remember SQL...


Paul,

Do you mean something like this?

SELECT * FROM mytable WHERE mytable.column LIKE "*searchstring*";

or using the position function...

SELECT * FROM mytable WHERE POSITION(mytable.column, "searchstring") > 0;

Phillip B.

-----Original Message-----
From: Paul Libbrecht <paul@ags.uni-sb.de>


>Hi all,
>
>Sorry for this fairly off-topic question... I couldn't figure out how 
>to remember or get a pointer to a select query that would select all 
>rows where a column contained a string (a like-it string).
>
>If anyone has two minutes and a pointer... that would be appreciated.
>
>Thanks.
>
>Paul


-----------------------------------------------------------------------------
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.