Re: [sqlite] insert help

2011-04-19 Thread vquickl27
Jean-Christophe Deschamps-3 wrote: > > >>My date column is set when the program starts and i do not want it to >>change. > > How is this date column set in the database without inserting anything? > >> So I have my with and two columns and >>. I have say 5 values (1 2 3 4 5) that I

Re: [sqlite] insert help

2011-04-19 Thread vquickl27
Jean-Christophe Deschamps-3 wrote: > > >>Newbie here. i'm trying to insert multiple values into a table by a >>certain >>date and when I use where clause it fails. This is my code "insert >>into db >>(table) values ('value') where date = 'date range'". Thanks for any help. > > There is

[sqlite] insert help

2011-04-18 Thread vquickl27
Newbie here. i'm trying to insert multiple values into a table by a certain date and when I use where clause it fails. This is my code "insert into db (table) values ('value') where date = 'date range'". Thanks for any help. -- View this message in context: