On 18 Okt., 17:17, br(dot)(dot)(dot)(at)zijn-digital(dot)com (brian) wrote:
> Lothar Behrens wrote:
> > Hi,
>
> > Several groups I post most of them does not answer.
> > Did noone see my postings ?
>
> > Please at least give me one answer :-)
>
> > Thanks, Lothar
>
> ping
>
> What was your query?
>
I do convert an UML XMI model to a database script to create the
database schema.
To enable multiple iterations I need conditional alter table add
column like syntax.
For sample:
if not exsist column a in table b then
alter table b add a char(100);
Is there any way to do this ?
Tanks, Lothar
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings