Re: [sqlite] how to add multiple columns at a time

2014-10-08 Thread AnandArun
ALTER TABLE Data ADD COLUMN Password TEXT ;ALTER TABLE Data ADD COLUMN Password1 TEXT -- View this message in context: http://sqlite.1065341.n5.nabble.com/how-to-add-multiple-columns-at-a-time-tp43355p78465.html Sent from the SQLite mailing list archive at Nabble.com. _

Re: [sqlite] how to add multiple columns at a time

2014-10-08 Thread AnandArun
ALTER TABLE "main"."tblCredit" ADD COLUMN "CardDetail" VARCHAR;ALTER TABLE "main"."tblCredit" ADD COLUMN "CardDetail1" VARCHAR; -- View this message in context: http://sqlite.1065341.n5.nabble.com/how-to-add-multiple-columns-at-a-time-tp43355p78464.html Sent from the SQLite mailing list archive