On 16 Sep 2011, at 8:27pm, Jim Michaels wrote:

> INSERT is supposed to handle multiple rows for VALUES.
> for example,
> INSERT INTO table(digit,dialpadstr) VALUES
> (2,'abc'),
> (3,'def'),
> (4,'ghi'),
> (5,'jkl'),
> (6,'mno'),
> (7,'pqrs'),
> (8,'tuv'),
> (9,'wxyz');

Can you find support for that 'supposed' in the specification for SQL ?

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

Reply via email to