Hi!
the statement would be
Alter table nameofthetablehere add columnutoadd columntype
so if your table name is, say, DOWNLOAD and you want to add a column called 'okme'
put this in a query
alter DOWNLOAD ADD okme int
...
ye
Printable View
Hi!
the statement would be
Alter table nameofthetablehere add columnutoadd columntype
so if your table name is, say, DOWNLOAD and you want to add a column called 'okme'
put this in a query
alter DOWNLOAD ADD okme int
...
ye
In the immortal words of peet...
?
T his was meant to be an answer to someone's question on this forum...
sorry