Results 1 to 2 of 2

Thread: select into statement in Oracle?.

  1. #1
    Join Date
    Nov 2002
    Posts
    231

    select into statement in Oracle?.

    Hi,
    Anybody give example in ORACLE for below sql server statement.
    Thanks,
    Ravi

    select a, b into temp_table
    from old_table

  2. #2
    Join Date
    Dec 2002
    Posts
    181
    Long ago, but I believe its:

    CREATE TABLE NewTable AS
    SELECT (your statement)


    Jeff

Posting Permissions

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