Joanne Pham <joannekpham-/[EMAIL PROTECTED]> wrote:
Is it possible to check if the certain column is existed in the table.
For example : I had the table as define below:
  create table tablea (appid int, bytesIn int, bytesOut int)

and I want to add one more column with default value of 1 and I don't
want to drop the table and recreate it again because I want to keep
the data in the table.

http://sqlite.org/lang_altertable.html

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to