Friday, February 18, 2005

Alter table

// Modify the column datatype
alter table sam
alter column hi int

//Add new column
alter table sam
add age int

No comments: