[GLLUG] Altering Tables in SQLite

Charles Tower c.e.tower at gmail.com
Mon Jun 6 20:53:32 EDT 2005


In my GLLUG presentation last year on SQLite, the lightweight, 
low-maintenance public-domain database, I stated that you cannot alter 
tables, as you can do in many full-blown relational database systems. 
Now, with the latest version (3.2.1), you can alter tables, but only to 
change their names or to add (not remove) columns.

                                Chick



More information about the linux-user mailing list