Is it possible to rename a column in a table ?
need a tool to do that
http://sqlitebrowser.sourceforge.net/
Is it possible to put all the values of a column in another column
update MyTable set A = B
----- Original Message ----- First question :
Is it possible to rename a column in a table ?
If yes, how?
Another question...
Is it possible to put all the values of a column in another column of
the same type of the same table by a simple command(order) (without
having to read all the values of a column in order to write them in
the other column) ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|