Hi,
I posted a question on stackoverflow and like to forward it to the sqlite
community.
java - SQLite Ways to delete column: Using temporary table vs Renaming using
ALTER TABLE - Stack Overflow
java - SQLite Ways to delete column: Using temporary table vs Renaming using
ALTER TABLE - Sta...
I am trying to find the best way to delete a column in SQLite. Here are the two
ways I found: From the official website http://www.sqlite.org/faq.html#q11:
BEGIN TRANSACTION;
View on stackoverflow.com Preview by Yahoo
Thanks,
Michael
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users