Results 1 to 2 of 2

Thread: oracle problems

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    120
    i need to create a new table but cannot remember the right syntax ,please send a small example of the syntax
    shachar shaty

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    Here's a little example:

    Code:
    CREATE TABLE UserName.TableName
    (
    
        Field1       VARCHAR2(255)     NULL,
        Field2       LONG              NULL
    )
    TABLESPACE TABLE_SPACE_NAME
    /

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