View Single Post

   
  #3 (permalink)  
Old 04-08-2008, 03:06 PM
Nelson Ricardo
 
Posts: n/a
Default Re: Create table as select

select * from test.mytable into myspace.mytable ?

evoradba@yahoo.ca (Maria) wrote in message news:<351fd9d6.0311201933.4b085f8b@posting.google. com>...
> Hi there
>
>
> Is there a way of creating a table in sybase like in oracle CTAS
>
> e.g.
>
> Create table MYTABLE tablespace MYSPACE as select * from
> test.mytable
>
>
> In sybase the only way that I know is bcp out create a table bcp in
> and then re name... is there a better way??
>
>
> Many tanks
> Maria

Reply With Quote