i looked to SQL Help for ALTER TABLE,
but i couldnt find which i want to do.
i want to change not only column's type,but olso column's name.i found a code on net,but it didnt work.there is code:
ALTER TABLE [ ONLY ] name [ * ]
RENAME [ COLUMN ] column TO new_column
please help me.