Menu

#35 Parser fails after '=' mark

open-works-for-me
None
5
2004-06-18
2004-06-16
Anonymous
No

When I have sql statement like this:

select *
from emp e, bonus b
where e.EMPNO = b.

everything goes fine
but when I change it to:

select *
from emp e, bonus b
where e.EMPNO =b.

then it doesn't work (no space between '=' and 'b').

Discussion

  • Gert Kello

    Gert Kello - 2004-06-18
    • assigned_to: nobody --> gkello
    • status: open --> open-works-for-me
     
  • Gert Kello

    Gert Kello - 2004-06-18

    Logged In: YES
    user_id=103371

    Hi.

    I'm unable to duplicate this error. Are You using the latest
    source from CVS, or aplha (0.14) release? If 0.14alpha,
    please try with latest CVS. (If You don't know how to get
    it, I would be glad to email the code to You).

    Also, please log in to the SF when You submit the bug - if
    You are not logged in, I can't know who did submit it and so
    I can't connect You...

     

Log in to post a comment.