Re: dynamic table creation
From: Krzys! <krzys78_at_polbox.com>
Date: Fri, 01 Aug 2003 08:54:17 +0200
Message-ID: <bgd2nq$1oi5$1_at_foka.acn.pl>
>>I'd like to create a table dynamicly. List of column in this table
>>should be taken from select: "select distinct fiel from table "
>>
>>How to do it ?
>>
>>
>>tnx in advance for help
>>K.
>>
>>
>>
>>
>>--
>>U�ywam MozilliPL, a Ty? MozillaPL: http://www.MozillaPL.org
>>
Date: Fri, 01 Aug 2003 08:54:17 +0200
Message-ID: <bgd2nq$1oi5$1_at_foka.acn.pl>
> "Krzys!" <krzys78_at_polbox.com> wrote in message > news:bgb7kv$13tn$1_at_foka1.acn.pl... >
>>I'd like to create a table dynamicly. List of column in this table
>>should be taken from select: "select distinct fiel from table "
>>
>>How to do it ?
>>
>>
>>tnx in advance for help
>>K.
>>
>>
>>
>>
>>--
>>U�ywam MozilliPL, a Ty? MozillaPL: http://www.MozillaPL.org
>>
> > It is rare that in Oracle you would ever need to do this. Usually people > who feel they need to do this are from a SQLServer or Sybase background. If > you feel that you must do this look up global temprorary tables in the > documentation. > Jim > >Received on Fri Aug 01 2003 - 08:54:17 CEST