On 4/19/2011 1:59 PM, vquickl27 wrote:
> Jean-Christophe Deschamps-3 wrote:
>> So you need to perform as many inserts as values you have to insert:
>> insert into mytable (date, value) values ('2011/04/18 21:35:33', 1);
>> insert into mytable (date, value) values ('2011/04/18 21:35:33', 2);
>> insert into mytable (date, value) values ('2011/04/18 21:35:33', 3);
>> insert into mytable (date, value) values ('2011/04/18 21:35:33', 4);
>> insert into mytable (date, value) values ('2011/04/18 21:35:33', 5);
>
> that worked perfect. thanks for the help.   Do you think a join would be
> better then a insert?

A join between what table and what other table?
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to