Subject | Re: Field position |
---|---|
Author | Mario Zimmermann |
Post date | 2001-05-16T07:43:39Z |
Hi Nico,
try
ALTER TABLE INVOICE
ALTER COLUMN COIN POSITION 5;
HTH,
Mario
try
ALTER TABLE INVOICE
ALTER COLUMN COIN POSITION 5;
HTH,
Mario
--- In IBObjects@y..., "Nico Callewaert" <ncw@c...> wrote:
> I'm trying to change the position of a field with the following
command :
>
> "alter table invoice alter coin position 5