Re: [sqlite] sqlite-users Digest, Vol 39, Issue 13

2011-03-13 Thread Garry Watkins
Not sure why you are using a subselect with a union all. Try this: SELECT * FROM multiturnTable WHERE (player1 ='?' OR player2 ='?') AND (complete=0 OR p1SubmitScore=0 OR p2SubmitScore=0) AND p1Declined=0 AND p2Declined=0 > > Message: 1 > Date: Sun, 13 Mar 2011 11:43:30 + >

Re: [sqlite] select where value in

2010-11-18 Thread Joseph Garry
where value in > > Joseph Garry wrote: > > I'd like to set up a compiled sqllite (sqlite3_prepare_v2) statement with a > > query like > > 'select tabid, col1, col2 from table where tabid in (?)' > > But how do I bind in the parameter here? An example would

[sqlite] select where value in

2010-11-18 Thread Joseph Garry
I'd like to set up a compiled sqllite (sqlite3_prepare_v2) statement with a query like 'select tabid, col1, col2 from table where tabid in (?)' But how do I bind in the parameter here? An example would be welcome, of course. _

[sqlite] Will CEROD work with the new BerkleyDB implementation?

2010-03-29 Thread Garry Watkins
Will CEROD work with the new BerkleyDB implementation? -- Garry Watkins Managing Director DynaFOCUS, LLC ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] apple-osx branch

2009-12-11 Thread Garry Watkins
What is the apple-osx branch? Is it usable on the iphone? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] What encoding format is used in the FTS3 tokenizer? and other tokenizer questions.

2009-05-04 Thread Garry Watkins
, so I can easily change versions of SQLite. Finally, which distro should I use the regular amalgamation or the unix amalgamation? If the latter what options should be passed into the config for iphoneOS? Thanks Garry ___ sqlite-users mailing list sq

Re: [sqlite] dates

2009-04-02 Thread garry
rns 'none' > > select julianday(startmonday) from wb > > Any help would be much appreciated > Kind Regards > Garry (Sqlite newbie) Sorted it, I had the wrong date format in the field!! Thanks anyway Garry ___ sqlite-users mailing

[sqlite] dates

2009-04-02 Thread garry
y help would be much appreciated Kind Regards Garry (Sqlite newbie) ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users