On 8/07/2009 7:11 PM, aalap shah wrote:
> Hi,
>
> I am a new user to sqlite3, I have a program that searches through a
> database. I have a table with 1 column as varchar and I want to
> perform a search on it.
> I have created an index over that column. And I use a select query
> with "column_nam
On Jul 8, 2009, at 4:11 PM, aalap shah wrote:
> Hi,
>
> I am a new user to sqlite3, I have a program that searches through a
> database. I have a table with 1 column as varchar and I want to
> perform a search on it.
> I have created an index over that column. And I use a select query
> with "col
Hi,
I am a new user to sqlite3, I have a program that searches through a
database. I have a table with 1 column as varchar and I want to
perform a search on it.
I have created an index over that column. And I use a select query
with "column_name LIKE 'a%' ".
So my first question is will this query
3 matches
Mail list logo