[sqlite] A problem with the select statement

2004-09-27 Thread Ishwar . Jasuja
Return Receipt Your [sqlite] A problem with the select statement document

Re: [sqlite] A problem with the select statement

2004-09-25 Thread D. Richard Hipp
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

[sqlite] A problem with the select statement

2004-09-25 Thread Yogesh Marwaha
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