On Mon, Aug 1, 2011 at 8:53 AM, Marco Bambini <ma...@sqlabs.net> wrote:

> Why this valid statement:
>
> CREATE TABLE USER(
>        id      text,   -- the id of the user
>        name    text    -- the name of the user
> );
>
> gives me a syntax error with sqlite 3.7.6.3?
>

Works for me.


>
> Thanks.
> --
> Marco Bambini
> http://www.sqlabs.com
>
>
>
>
>
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



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

Reply via email to