2012/4/23 Ковригина Ольга <[email protected]>:
> Hello,support!
> Tell me how to resize columns in a table?
> I do like this:
> ALTER TABLE t1 MODIFY (c1 TYPE VARCHAR(2500));
> or
> ALTER TABLE t1 ALTER (c1 TYPE VARCHAR(2500));
> But it does not work.
>

The column does not have a size:
http://www.sqlite.org/datatype3.html

Regards,
Simon
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to