Hi andr3a and others

> I've implemented this sintax with few options on my PHP Class, if you're
> interested in syntax like this:
>  ALTER TABLE tbl_name ADD column_name alter_specification [FIRST | AFTER
> column_name]
> or this:
>  ALTER TABLE tbl_name DROP [COLUMN] col_name
> tell me.

That's quite cool. Thank you for the link in your other posting!

But I am searching for a more basic solution in SQLite itself...
Has anybody done this in SQLite directly?

PS: I am aware of the workaround with a tmp table, but I am
looking for something faster (without copying large tables
twice)...

  - Danny

--
Danny Reinhold 
Reinhold Software & Services



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to