DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Create a table off a view

  1. #1
    Join Date
    Dec 2001
    Location
    Baltimore, MD
    Posts
    374

    Create a table off a view

    Hi gang
    I know you can create a table as select * from another table. But can you create a table as select * from a view_name?

    create table AAA as select * from BBBB;
    BBB is a view not a table.

    Please advise.
    Arsene Lupain
    The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    What error are you getting?
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width