S
shaggles
I'm trying to change a data type for 1 column in a temp
table before sending it of to another user. However I am
having trouble witht the query. I tried these 2 but
neither worked:
ALTER TABLE MyTable
MODIFY AnyField Int;
ALTER TABLE MyTable
ALTER COLUMN AnyField Int;
What am I doing wrong?
table before sending it of to another user. However I am
having trouble witht the query. I tried these 2 but
neither worked:
ALTER TABLE MyTable
MODIFY AnyField Int;
ALTER TABLE MyTable
ALTER COLUMN AnyField Int;
What am I doing wrong?