Return Receipt
Your [sqlite] A problem with the select statement
document
Yogesh Marwaha wrote:
> Hi!
>
> I am using sqlite 3.05 beta. I have created a table containing a field named
> 'title'. When I run the SQL Command : -
>
> select count(*) from master_table where title = "title"
>
> output is 885, i.e. count of all the rows in the table, whereas it should
> have ret
Hi!
I am using sqlite 3.05 beta. I have created a table containing a field named 'title'.
When I run the SQL Command : -
select count(*) from master_table where title = "title"
output is 885, i.e. count of all the rows in the table, whereas it should have
returned the number of rows in which
3 matches
Mail list logo