Hi,

AFAIK, there is no limit. At least, browsing 
http://www.sqlite.org/limits.html, I found none. The maximum length of 
an SQL statement, 1000000 by default, limits the column names you can 
use, because you have to issue a "create table" - statement.

Martin

Ev wrote:
> What's the maximum length of the field name for sqlite?
>
> Thank you.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to