Alter field type

B

Beginner

I have to change the field type of a column/field iin an
existing table from Number(long Integer) to Percent.
How do I do it with the SQL Statement ?

ALTER TABLE ZBILLINGNEW ALTER COLUMN [D Split %] Number
(Percent);

How do I change the above statement so it works?
Please help

Beginner
 
J

John Vinson

I have to change the field type of a column/field iin an
existing table from Number(long Integer) to Percent.

ummm... there IS no Percent datatype. Percent is a Format property
which can be applied to a Number field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top