Need help with Oracle error .. grr

Sharky Forums


Results 1 to 5 of 5

Thread: Need help with Oracle error .. grr

  1. #1
    Expensive Sushi
    Join Date
    Sep 2000
    Location
    Edison, NJ
    Posts
    34

    Angry Need help with Oracle error .. grr

    ok .. this is the query:
    SELECT ATTRIBUTES.NAME, COLLECTIONS.NAME
    FROM ATTRIBUTES INNER JOIN COLLECTIONS ON ATTRIBUTES.NAME = COLLECTIONS.NAME
    WHERE COLLECTIONS.NAME) Is Null

    this is the error:
    ORA-00933: SQL command not properly ended

    This comand works fine if i link the tables through access and run it... it also seems to check out syntactically just fine. Is there something in oracle that makes it interpret inner joins differently?
    this sucks.. i've searched everywhere and cant find any answers.. please tell me one of u here is an oracle god


    ------------------
    -Fiddler
    -Fiddler

  2. #2
    Tiger Shark
    Join Date
    Oct 2000
    Posts
    631

    Post

    Did you try posting to www.deja.com?

    I am assuming you mistyped, but you only have one ')' in your statement.

    ------------------
    Blueskies Blackdeath
    Blueskies Blackdeath

  3. #3
    Hammerhead Shark
    Join Date
    Oct 2000
    Location
    Toronto, Canada
    Posts
    1,493

    Post

    Best thing to do is stop using Oracle, start using DB2

    ------------------
    DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
    UWSWA1season GP:9 G:12 A:8 Pts:20 GWG:3 +/-:-3

    uwcdc.com or namgor.com
    DHAHL3seasons GP:73 G:121 A:55 Pts:176 GWG:12 +/-:184
    UWSWA6seasons GP:41 G:53 A:46 Pts:99 GWG:5 +/-:-25
    MCBHL3seasons GP:14 G:20 A:8 Pts:28 GWG:4 +/-:19

    uwcdc.com or monkis.com

  4. #4
    Expensive Sushi
    Join Date
    Sep 2000
    Location
    Edison, NJ
    Posts
    34

    Post

    Yes i did mistype that .. in the actual statement there's no extra ")" and i cant switch the platforms


    ------------------
    -Fiddler
    -Fiddler

  5. #5
    Hammerhead Shark krack_it_up's Avatar
    Join Date
    Feb 2001
    Location
    Phoenix, AZ USA... the one just south of Canada
    Posts
    1,831

    Post

    It looks good to me. It even runs in TSQL. sorry I dont have an oracle test site or I would try it out there.

    ------------------

    MMMMMMMMMM...... BAR-B-Q
    -- Homer Simpson
    MMMMMMMMMM...... BAR-B-Q
    -- Homer Simpson

Posting Permissions

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