User Profile

Collapse

Profile Sidebar

Collapse
hiral amit patel
hiral amit patel
Last Activity: Aug 19 '09, 10:44 AM
Joined: Jul 16 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hiral amit patel
    started a topic where table is stored in oracle

    where table is stored in oracle

    we are using create table command for creating a table
    my question is what is the default path of that table.
    can i save that table in my own path.
    if so then what is the syntax
    what is the extension of of that table
    See more | Go to post

  • hiral amit patel
    replied to between operator in oracle
    I want to search the names whose intial starts from a to c
    with your answer i can find only those names which starts from a or b
    See more | Go to post

    Leave a comment:


  • hiral amit patel
    replied to check constraint
    check constraint

    Hi amit

    I m using oracle 8i
    See more | Go to post

    Leave a comment:


  • hiral amit patel
    started a topic between operator in oracle

    between operator in oracle

    when i am searching the names in range with following query

    select * from salesman where name between 'a%' and 'c%';

    it does not display the names starting from c; it displays the name which starts from a and b. why it is so?
    See more | Go to post
    Last edited by Frinavale; Jul 17 '09, 03:24 PM. Reason: Moved to Oracle Answers

  • hiral amit patel
    replied to check constraint
    check constraint

    i have tried that one but not able to create such table.
    the following error is being generated


    create table t12(dat date,constraint my_cons check(dat between '01-jan-2009' and '31-jan-2009'))
    *
    ERROR at line 1:
    ORA-02436: date or system variable wrongly specified in CHECK constraint
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...