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

Thread: Plz Help

Threaded View

  1. #1
    Join Date
    Jul 2003
    Posts
    53

    Plz Help

    Hi all,

    I have a table with composite primary key. The query I have has where clause which includes some columns of composite key . But still the query is very low. Is there any other means to improve the performance of the query

    Plzz do help me out

    Thanks
    Anu

    Sorry the table structure is
    table1
    KEY1 NUMBER NOT NULL,
    Key2 NUMBER NOT NULL,
    Key3 NUMBER NOT NULL,
    Ke4 NUMBER NOT NULL,
    Key5 NUMBER NOT NULL,
    Key6 NUMBER NOT NULL,
    Key8 NUMBER NOT NULL,
    Key9 NUMBER NOT NULL,
    Key10 DATE NOT NULL,
    Key11 NUMBER NOT NULL,
    PROD NUMBER NOT NULL,
    CON NUMBER
    OT NUMBER

    Query is: SELECT DISTINCT (Key1),Key2
    FROM Table1
    Last edited by anupamasuresh; 12-08-2003 at 01:18 AM.
    anu

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