Re: [sqlite] Does SQLite have an Instr function?

2009-10-01 Thread stormtrooper
_ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- View this message in context: http://www.nabble.com/Does-SQLite-have-an-Instr-function--tp25408688p25710160.html Sent fr

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread RB Smissaert
of SQLite Database Subject: Re: [sqlite] Does SQLite have an Instr function? RB Smissaert wrote: > Does SQLite have a string function that produces the first position of a > string within another string? > For example select Instr('abcd', 'c') would produce 3 > Looked in the d

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread Igor Tandetnik
Darren Duncan wrote: > RB Smissaert wrote: >> Does SQLite have a string function that produces the first position >> of a string within another string? >> For example select Instr('abcd', 'c') would produce 3 >> Looked in the documentation and the forum, but couldn't see

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread Darren Duncan
RB Smissaert wrote: > Does SQLite have a string function that produces the first position of a > string within another string? > For example select Instr('abcd', 'c') would produce 3 > Looked in the documentation and the forum, but couldn't see it. This also isn't a simple problem since the

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread RB Smissaert
] On Behalf Of Igor Tandetnik Sent: 11 September 2009 22:40 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Does SQLite have an Instr function? RB Smissaert <bartsmissa...@blueyonder.co.uk> wrote: > Does SQLite have a string function that produces the first position > of a string wi

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread Igor Tandetnik
RB Smissaert wrote: > Does SQLite have a string function that produces the first position > of a string within another string? > For example select Instr('abcd', 'c') would produce 3 Unfortunately, no. Of course, SQLite does provide a way for you to add your own

Re: [sqlite] Does SQLite have an Instr function?

2009-09-11 Thread Simon Slavin
On 11 Sep 2009, at 10:30pm, RB Smissaert wrote: > Does SQLite have a string function that produces the first position > of a > string within another string? > For example select Instr('abcd', 'c') would produce 3 > Looked in the documentation and the forum, but couldn't see it.

[sqlite] Does SQLite have an Instr function?

2009-09-11 Thread RB Smissaert
Does SQLite have a string function that produces the first position of a string within another string? For example select Instr('abcd', 'c') would produce 3 Looked in the documentation and the forum, but couldn't see it. RBS ___ sqlite-users mailing