From sqlite-users Mon Dec 15 05:07:46 2008 From: Chris Wedgwood Date: Mon, 15 Dec 2008 05:07:46 +0000 To: sqlite-users Subject: Re: [sqlite] Adding data with periods Message-Id: <20081215050746.GA19407 () puku ! stupidest ! org> X-MARC-Message: https://marc.info/?l=sqlite-users&m=122934623624637 On Sun, Dec 14, 2008 at 11:04:56PM -0600, aditya siram wrote: > sqlite> create table test_table ("Contents" varchar); > sqlite> insert into test_table "hello . world"; > SQL error: near ""hello . world"": syntax error insert into test_table values("hello . world"); _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users